blob: aa12109b460a45f845312d39476154fb181744ba [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></li>
<li>
<p>Three</p>
<ul>
<li><p>Four</p></li>
<li><p>F[ive</p></li>
<li><p>Six</p></li>
</ul>
</li>
<li><p>Seven</p></li>
<li><p>Eight</p></li>
<li><p>Nin]e</p></li>
</ul>
</body>
</html>