blob: f207f3e6277f2132b42112e655a846dd7bf4ff2d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<p>Content 1</p>
<p>Cont[ent 2</p>
<ol>
<li>O]ne</li>
<li>Two</li>
<li>Three</li>
</ol>
</body>
</html>