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