blob: 3d4a00676bd3dbfa2b49a748c12a842dba60e68b [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>