blob: bafd7d4c30bee3a6817cc0906fbb4530d802763c [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();
PostponedActions_perform();
// Create a series of figures
createTestFigures(4);
// Turn numbering off for all figures
setNumbering(false);
PostponedActions_perform();
// Add a list of figures
Selection_set(document.body,0,document.body,0);
Outline_insertListOfFigures();
PostponedActions_perform();
}
</script>
</head>
<body>
</body>
</html>