blob: 6b97c8fc2dff81e77217c0e18d2370df3f27ec19 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
showSelection();
}
</script>
</head>
<body>
<p>Text [before</p>
<table>
<tr>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
</table>
<p>Text] after</p>
</body>
</html>