blob: 5e69be3d0fd10754d08e33bc432934ae16e35250 [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>Eigh]t</p></li>
<li><p>Nine</p></li>
</ul>
</body>
</html>