blob: 7034c095f18faff6167c0ef5692f36a9ec923f47 [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();
Outline_insertTableOfContents();
PostponedActions_perform();
simplifyTOCs();
}
</script>
</head>
<body>
<p>Before[]After</p>
<h1>4 Section 1</h1>
<h1>4 Section 2</h1>
<h1>4 Section 3</h1>
</body>
</html>