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