blob: 2ec8be1ef72aaea529c2ea1391d06d5aeb8a2fec [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
showSelection();
}
</script>
</head>
<body>
<p>Text before</p>
<table>
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>One</td>
<td>T[wo</td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>Five</td>
<td>Six</td>
</tr>
<tr>
<td>S]even</td>
<td>Eight</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>Text after</p>
</body>
</html>