add test case 838
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 13 May 2013 09:51:42 -0500
changeset 237 82aa1653d7b8
parent 236 44e737288b73
child 238 016d3cfcb957
add test case 838
ARIA/1.0/tests/test-files/aria-describedby/838.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/aria-describedby/838.html	Mon May 13 09:51:42 2013 -0500
@@ -0,0 +1,13 @@
+<!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 773
+      </title>
+   </head>
+   <body>
+      <img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
+      <div id="t1" style="visibility:hidden">foo</div>
+   </body>
+</html>