blob: b8b2bf03d25294836257adf8e0a4e37d2a15bb50 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="ScanTests.js"></script>
<script>
function performTest()
{
return testNext();
}
</script>
</head>
<body>
Before
<table>
<caption>Table caption</caption>
<tr>
<td>Cell 1,1</td>
</tr>
<tr>
<td>Cell 1,2</td>
</tr>
<tr>
<td>Cell 2,1</td>
</tr>
<tr>
<td>Cell 2,2</td>
</tr>
</table>
After
</body>
</html>