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