blob: 590ea01af495c47477c46fca6d877febc1b1fb55 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_setOrderedList();
showSelection();
}
</script>
</head>
<body>
<ul>
<li>
<p>One</p>
</li>
<li>
<p>Two</p>
<ul>
<li><p>Three</p></li>
<li><p>Four</p></li>
</ul>
<p>[]Five</p>
</li>
<li>
<p>Six</p>
</li>
</ul>
</body>
</html>