Fixing UAIG test case 51 so that it avoids triggering 'layout table' heuristics.
authorJames Craig <jcraig@apple.com>
Mon, 16 Sep 2013 10:34:31 -0700
changeset 364 f91599a1a9de
parent 363 8d6c3c9ffc63
child 365 bab1c412e2a5
Fixing UAIG test case 51 so that it avoids triggering 'layout table' heuristics.
ARIA-UAIG/1.0/tests/test-files/test51.html
--- 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