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