blob: 3e22f5aa501317dfde4b07b22eb625043000585f [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);
// Add a list of figures
Selection_set(document.body,0,document.body,0);
Outline_insertListOfFigures();
PostponedActions_perform();
}
</script>
</head>
<body>
</body>
</html>