blob: b88185681c99f92022ca0340bf8b27f7b48439d5 [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>Four</li>
<li>Five</li>
<li>Si[x</li>
</ol>
<ol>
<li>Sev]en</li>
<li>Eight</li>
<li>Nine</li>
</ol>
<ol>
<li>Ten</li>
<li>Eleven</li>
<li>Twelve</li>
</ol>
</body>
</html>