add test case 883
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 03 Jul 2013 13:43:12 -0500
changeset 293 2b5ad4207996
parent 292 0cde0efcab9c
child 294 8ebf59d4e3b2
add test case 883
ARIA/1.0/tests/test-files/namefromauthor-requ/883.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/883.html	Wed Jul 03 13:43:12 2013 -0500
@@ -0,0 +1,18 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+      <title>test case 883</title>
+   </head>
+   <body>
+      <table role="grid">
+        <tr>
+           <th role="columnheader">c1</th><th role="columnheader">c2</th>
+        </tr>
+        <tr>
+          <td role="rowheader" aria-label="foo" id="test"></td><td>cell2</td>
+        </tr>
+      </table>
+   </body>
+</html>