blob: 24457ee13431c8cf1bf7ff56ea361426cae17e88 [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>