blob: 90036e0a5872d0a7f1236b10ad62aec00cb8100e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_enterPressed();
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<ol>
<li><p>One</p></li>
<li>
<p>Two - first</p>
<p>[]Two - second</p>
</li>
<li><p>Three</p></li>
</ol>
</body>
</html>