Fixing UAIG test case 51 so that it avoids triggering 'layout table' heuristics.
--- a/ARIA-UAIG/1.0/tests/test-files/test51.html Sat Sep 14 23:12:57 2013 -0700
+++ b/ARIA-UAIG/1.0/tests/test-files/test51.html Mon Sep 16 10:34:31 2013 -0700
@@ -4,10 +4,16 @@
<title>table element with role="foo"</title>
</head>
<body>
- <table id="test" role="foo">
+ <table id="test" role="foo" border="1">
<tr>
- <td>Test element (ancestor table)</td>
+ <th>One</th><th>Two</th><th>Three</th>
</tr>
- </table>
+ <tr>
+ <td>Foo</td><td>Bar</td><td>Baz</td>
+ </tr>
+ <tr>
+ <td>Bop</td><td>Bif</td><td>Bap</td>
+ </tr>
+ </table>
</body>
</html>
\ No newline at end of file