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