blob: 887776e8fb06e4d305727554e0f25e4b564c4c84 [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>
</body>
</html>