blob: da8851764d06170fdd709434b14b8a7d0397d617 [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();
Outline_setNumbered("item3",true);
PostponedActions_perform();
return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
}
</script>
</head>
<body>
<table id="item1"><caption>Table 9: First table</caption></table>
<table id="item2"><caption>Table 9: Second table</caption></table>
<table id="item3"><caption>Third table</caption></table>
<table id="item4"><caption>Fourth table</caption></table>
<p>First ref: Table <a href="#item1"></a></p>
<p>Second ref: Table <a href="#item2"></a></p>
<p>Third ref: Table <a href="#item3"></a></p>
<p>Fourth ref: Table <a href="#item4"></a></p>
</body>
</html>