blob: cd1eec266eb69a722f739c4e1c49910e94c8c961 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script type="text/javascript" src="OutlineTest.js"></script>
<script>
function performTest()
{
Outline_init();
if (Outline_detectSectionNumbering())
setupOutlineNumbering();
PostponedActions_perform();
var h1 = document.getElementsByTagName("h1")[0];
Selection_set(h1.lastChild,6,h1.lastChild,6);
Outline_insertTableOfContents();
PostponedActions_perform();
simplifyTOCs();
}
</script>
</head>
<body>
<h1>4 BeforeAfter</h1>
<h1>4 Section 1</h1>
<h1>4 Section 2</h1>
<h1>4 Section 3</h1>
</body>
</html>