blob: 05737467ae4742d70b9c54e36790162b42e3ea53 [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>
<table id="one"><caption>Table 4</caption></table>
<table id="two"><caption>Table 4</caption></table>
<table id="three"><caption>Table 4</caption></table>
<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>