blob: 9feec88272dceba0bb74185e6718f6e5d9867e58 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertFootnote("Footnote content");
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<p>before <span class="footnote">[]inside</span>after</p>
</body>
</html>