add test case 863
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 01 Jul 2013 16:11:43 -0500
changeset 272 b06a7d1aa2bf
parent 271 2668c54f78cc
child 273 50a0371ce49b
add test case 863
ARIA/1.0/tests/test-files/namefromauthor-requ/863.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/863.html	Mon Jul 01 16:11:43 2013 -0500
@@ -0,0 +1,15 @@
+<!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 863</title>
+  </head>
+  <body>
+    <div role="grid" aria-label="mygrid">
+       <div role="row">
+       <div id="test" aria-label="foo" role="columnheader"></div>
+       </div>
+    </div>
+  </body>
+</html>
+