blob: ac44efa9cd2b477b3b15a425c0cae5836f30c868 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<p id="x1">[One</p>
<p id="x2">Two</p>
<p id="x3">Three]</p>
<p id="x4">Four</p>
<p id="x5">Five</p>
<p id="x6">Six</p>
<p id="x7">Seven</p>
</body>
</html>