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