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