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