blob: 74a281074ac5661073227bf36034705b48707f25 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="OutlineTest.js"></script>
<script>
function performTest()
{
Outline_init();
if (Outline_detectSectionNumbering())
setupOutlineNumbering();
PostponedActions_perform();
return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
}
</script>
</head>
<body>
<h1>First section</h1>
<h1>5 Second section</h1>
<h1>5. Third section</h1>
<h1>5.4 Fourth section</h1>
<h1>5.4. Fifth section</h1>
<h1>5.4.3 Sixth section</h1>
<h1>5.4.3. Seventh section</h1>
</body>
</html>