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