blob: c8bcf4201cae1ef0c8d2c019b92b7afa887e5ecc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_clearList();
}
</script>
</head>
<body>
<ol>
<li><p>[One]</p></li>
<li><p>Two</p></li>
<li><p>Three</p></li>
<li><p>Four</p></li>
<li><p>Five</p></li>
</ol>
</body>
</html>