blob: 01fa7038758d2ffd6dd5a092ac110f4df847a076 [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[]</p></li>
<li><p>Three</p></li>
</ol>
</body>
</html>