add test cases 889 and 890
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 03 Jul 2013 14:20:24 -0500
changeset 298 b4f8113fdc04
parent 297 bcfca6f2e6ef
child 299 c5ae8c84ec6c
add test cases 889 and 890
ARIA/1.0/tests/test-files/namefromauthor-requ/889.html
ARIA/1.0/tests/test-files/namefromauthor-requ/890.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/889.html	Wed Jul 03 14:20:24 2013 -0500
@@ -0,0 +1,12 @@
+<!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 889</title>
+   </head>
+   <body>
+      <div id="test" aria-label="foo" role="timer"></div>
+      </div>
+   </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/890.html	Wed Jul 03 14:20:24 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 case 890</title>
+   </head>
+   <body>
+      <input type="text" aria-describedby="test"/>
+      <div id="test" aria-label="foo" role="tooltip></div>
+      </div>
+   </body>
+</html>