blob: a4c4c515c48337975b0680a25e147a94a939845e [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>
<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>