blob: a55383cb2e26ee5e43fe5bcebd3b88538faa21c2 [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();
}
</script>
</head>
<body>
</body>
</html>