blob: 5175204ea8715bbb445286336cd7246c15bd894f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="OutlineTest.js"></script>
<script>
function performTest()
{
setupOutlineNumbering();
setupOutline(3);
Selection_selectAll();
Outline_moveSection("item3",null,"item2");
Selection_preserveWhileExecuting(cleanupOutline);
showSelection();
}
</script>
</head>
<body>
<nav class="tableofcontents"></nav>
</body>
</html>