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