blob: 1236696e25063d37493898bb8c7378a7ef17c326 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_enterPressed();
showSelection();
}
</script>
</head>
<body>
<ul>
<li>
<p>One[]</p>
<ul>
<li>
<p>Two</p>
<ul>
<li>
<p>Three</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>