blob: 3333a45e0b80a9a6f3325fc2bb15029ec38f4256 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
setupOutlineNumbering();
Outline_init();
PostponedActions_perform();
var heading = document.getElementsByTagName("H1")[0];
Selection_set(heading.lastChild,0,heading.lastChild,heading.lastChild.nodeValue.length);
Cursor_insertCharacter("d");
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
<nav class="tableofcontents"></nav>
<h1>One</h1>
<h1>Two</h1>
<h1>Three</h1>
</body>
</html>