You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Test checks that the default value of the string property is first, so that the first instance of a named string on the page is used.">
<style>
@page {
@top-center {
content: string(section);
}
}
h2 {
string-set: section content();
}
</style>
</head>
<body>
<p>Test passes if “Section One” is in the running head at the top of the page.</p>