blob: 57fb40581b92288b0ea665727887649dc9772405 [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>