blob: 1bc61a3cdd8a8164d197bfe5e05839b51ea248df [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
setupOutlineNumbering();
Outline_init();
PostponedActions_perform();
for (var i = 0; i < 19; i++) {
Cursor_deleteCharacter();
PostponedActions_perform();
}
Cursor_insertCharacter("One");
Cursor_enterPressed();
Cursor_insertCharacter("Two");
}
</script>
</head>
<body>
<nav class="tableofcontents"></nav>
<h1>One</h1>
<h1>Two</h1>
<h1>Three</h1>
<p>Other[]</p>
</body>
</html>