blob: d7c450cf6626d5b4a9ccc7c311ebe8e11e02329b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_clearList();
}
</script>
</head>
<body>
<p>[Before</p>
<ol>
<li>One</li>
<li>Two
<ol>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ol>
</li>
<li>Three</li>
</ol>
<p>After]</p>
</body>
</html>