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