--- /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>