blob: 0626cb35f5999673204c53a8a3335eeb8ee3d470 [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>F[ou]r</li>
<li>Five</li>
<li>Six</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>