blob: 243120804a83806bc8a9b969639c37bc7f72f7f8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<ol>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ol>
<ol>
<li>Fo[ur</li>
<li>Five</li>
<li>Si]x</li>
</ol>
<ol>
<li>Seven</li>
<li>Eight</li>
<li>Nine</li>
</ol>
<ol>
<li>Ten</li>
<li>Eleven</li>
<li>Twelve</li>
</ol>
</body>
</html>