blob: d5e97cdee7b1a282d76f6b61a1b7a02b54105785 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<p style="color: blue">First [one</p>
<p style="color: red">Second ]two</p>
</body>
</html>