blob: 8fd7e6292cee0d50e23cf3197fc868e7f16c8acd [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>
<ul>
<li><p>Four</p></li>
<li><p>Five</p></li>
<li><p>Si]x</p></li>
</ul>
</li>
<li><p>Seven</p></li>
<li><p>Eight</p></li>
<li><p>Nine</p></li>
</ul>
</body>
</html>