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