blob: 17bc6e4f2c5b9a36bbe814ce2e7ba4454019f5da [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();
}
</script>
</head>
<body>
<p>Reference <a href="#one">x</a></p>
<p>Reference <a href="#two">x</a></p>
<p>Reference <a href="#three">x</a></p>
<h1 id="one">4 One</h1>
<h1 id="two">4 Two</h1>
<h1 id="three">4 Three</h1>
<p>Reference <a href="#one">x</a></p>
<p>Reference <a href="#two">x</a></p>
<p>Reference <a href="#three">x</a></p>
</body>
</html>