blob: 94d65abb08e25b7160ca85568a11fc073b6192a5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<p>C[ontent 1</p>
<p>Content 2</p>
<table border="1">
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
</tr>
<tr>
<td>Four</td>
<td>Five</td>
<td>Six</td>
</tr>
<tr>
<td>Seven</td>
<td>Eight</td>
<td>Nine</td>
</tr>
</table>
<p>Content 3</p>
<p>Conten]t 4</p>
</body>
</html>