blob: 7c8c53d5ab1d70c1cf0cba129f3d0a5659d1c647 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_setOrderedList();
showSelection();
}
</script>
</head>
<body>
<ul>
<li><p>O[ne</p></li>
<li><p>Two</p></li>
<li><p>Three</p></li>
<li>
<ul>
<li><p>Four</p></li>
<li><p>Fiv]e</p></li>
<li><p>Six</p></li>
</ul>
</li>
<li><p>Seven</p></li>
<li><p>Eight</p></li>
<li><p>Nine</p></li>
</ul>
</body>
</html>