fix names in 865 and 866
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 01 Jul 2013 17:02:04 -0500
changeset 276 aedae00b70ed
parent 275 9b22711b7724
child 277 6ff8a9c927a8
fix names in 865 and 866
ARIA/1.0/tests/test-files/namefromauthor-requ/865.html
ARIA/1.0/tests/test-files/namefromauthor-requ/866.html
--- a/ARIA/1.0/tests/test-files/namefromauthor-requ/865.html	Mon Jul 01 16:59:07 2013 -0500
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/865.html	Mon Jul 01 17:02:04 2013 -0500
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    <title>test 865</title>
   </head>
   <body>
-    <div id="test" aria-label="test" role="dialog"></div>
+    <div id="test" aria-label="foo" role="dialog"></div>
   </body>
 </html>
 
--- a/ARIA/1.0/tests/test-files/namefromauthor-requ/866.html	Mon Jul 01 16:59:07 2013 -0500
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/866.html	Mon Jul 01 17:02:04 2013 -0500
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    <title>test 866</title>
   </head>
   <body>
-    <div id="test" aria-label="test" role="document"></div>
+    <div id="test" aria-label="foo" role="document"></div>
   </body>
 </html>