blob: 0b447a780a64990a394803d809d4c369df598d42 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<script>
function performTest()
{
Outline_init();
if (Outline_detectSectionNumbering())
setupOutlineNumbering();
PostponedActions_perform();
Outline_insertTableOfContents();
PostponedActions_perform();
Cursor_insertCharacter("Two");
Formatting_applyFormattingChanges("h1",null);
PostponedActions_perform();
simplifyTOCs();
}
</script>
</head>
<body>
<h1>1 One</h1>
<p>[]<br></p>
</body>
</html>