blob: 5c5fa709b196cf94ea561fb58ff5b32655d9da54 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertEndnote("Endnote content");
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<p>before <span class="endnote">inside[]</span>after</p>
</body>
</html>