<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="resources/compositor-touch-hit-rects.css">
</head>
<body>
<div id="tests">
<table class="testcase">
<tr><td>Hello</td>
<td>World</td>
</tr>
</table>
<table>
<tr class="testcase">
<td>Hello</td>
<td>World</td>
</tr>
</table>
<table>
<tr>
<td class="testcase">Hello</td>
<td>World</td>
</tr>
</table>
</div>
<div id="console"></div>
<script src="resources/compositor-touch-hit-rects.js"></script>
</body>