blob: a7f06b14c0f7e7795dfd31b4b4126a6ad46b3558 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_setOrderedList();
showSelection();
}
</script>
</head>
<body>
<div>
<p>One</p>
<p>Two[]</p>
<p>Three</p>
</div>
</body>
</html>