blob: a5e8d036af37a243ec7f6e70d897f80585f03b77 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<script>
function performTest()
{
setupOutlineNumbering();
Outline_init();
PostponedActions_perform();
simplifyTOCs();
}
</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>