blob: 0a51714468f6ce6f467046bfeacc2647711fa9f5 [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>
<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
<figure id="item3"><figcaption>Third figure</figcaption></figure>
<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
<p>First ref: Figure <a href="#item1"></a></p>
<p>Second ref: Figure <a href="#item2"></a></p>
<p>Third ref: Figure <a href="#item3"></a></p>
<p>Fourth ref: Figure <a href="#item4"></a></p>
</body>
</html>