blob: 426910360808cb409fec77a8f3aedce4969d0de6 [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>
</li>
</ul>
</li>
</ul>
</body>
</html>