blob: f7cfb678bd882383201c2a70a40ed31107552593 [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();
Outline_detectSectionNumbering();
PostponedActions_perform();
// Add a list of figures
Selection_set(document.body,0,document.body,0);
Outline_insertListOfFigures();
PostponedActions_perform();
}
</script>
</head>
<body>
<figure>
(figure content)
<figcaption>Figure 9: Test figure A</figcaption>
</figure>
<figure>
(figure content)
<figcaption>Figure 9: Test figure B</figcaption>
</figure>
<figure>
(figure content)
<figcaption>Figure 9: Test figure C</figcaption>
</figure>
<figure>
(figure content)
<figcaption>Figure 9: Test figure D</figcaption>
</figure>
</body>
</html>