The top-left page header output must be "Test String-set with Attr", retrieved from the "title" element:
<title>Test String-set with Attr</title>
The top-center page header output must be "Test Author", retrieved from the "content" attribute of the meta tag:
<meta name="author" content="Test Author">
The top-right page header output must be "Section One", retrieved from the "title" attribute of the section start tag:
<section title="Section One">
The top-right page header output must be "Section Two", retrieved from the "title" attribute of the section start tag
<section title="Section Two">