blob: 13928e2e1e9549f4d9c0d881244e3922999f0515 [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 tables
createTestTables(4);
// Add a list of tables
Selection_set(document.body,0,document.body,0);
Outline_insertListOfTables();
PostponedActions_perform();
// Turn numbering off for all tables
setNumbering(false);
PostponedActions_perform();
}
</script>
</head>
<body>
</body>
</html>