blob: 97f85d02f68317f28a40945a454ff20a2dd568cb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<script>
function performTest()
{
Outline_init();
if (Outline_detectSectionNumbering())
setupOutlineNumbering();
PostponedActions_perform();
}
</script>
</head>
<body>
<nav class="tableofcontents"></nav>
<h1>One</h1>
<h2>One - first subsection</h2>
<h2>One - second subsection</h2>
<h1>Two</h1>
<h2>Two - first subsection</h2>
<h3>Two - first level 3</h3>
<h3>Two - second level 3</h3>
<h2>Two - second subsection</h2>
<h1>Three</h1>
</body>
</html>