blob: c0a2d1550a62ebf9f8daef9abcbbbf744cc30867 [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><b><i><u>Two[]</u></i></b></p></li>
<li><p>Three</p></li>
</ol>
</body>
</html>