blob: b5981ba5a1175e810b01613809f8d3ce92924bbd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<h1>Heading</h1>
<ul>
<li>
[]Here <u>is</u> a <i>sublist</i>:
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ul>
</li>
</ul>
</body>
</html>