update test cases 882, 884, 885
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 03 Jul 2013 13:54:05 -0500
changeset 294 8ebf59d4e3b2
parent 293 2b5ad4207996
child 295 0210697a101a
update test cases 882, 884, 885
ARIA/1.0/tests/test-files/namefromauthor-requ/884.html
ARIA/1.0/tests/test-files/namefromauthor-requ/885.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/884.html	Wed Jul 03 13:54:05 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 884</title>
+   </head>
+   <body>
+      <div id="test" aria-label="foo" role="scrollbar" aria-currentvalue="2">
+      </div>
+   </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/885.html	Wed Jul 03 13:54:05 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 885</title>
+   </head>
+   <body>
+      <div id="test" aria-label="foo" role="slider" aria-currentvalue="2">
+      </div>
+   </body>
+</html>