blob: d915ef5fd8a0f554150d49277a8733b4b78ec611 [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>