blob: 79f33b2223846852c869c2c186fa063e81fff1fb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_setOrderedList();
}
</script>
</head>
<body>
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
<li>[Five]</li>
</ul>
</body>
</html>