--- a/ARIA/1.0/tests/test-files/name-computation-general/606.html Mon Nov 12 09:59:56 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-general/606.html Mon Nov 12 10:34:50 2012 -0600
@@ -6,8 +6,7 @@
<title>aria-label on anchor with two aria-labelledby ids (no title attribute)</title>
</head>
<body>
- <a href="test.html" id="test" aria-labelledby="ID0 ID1" aria-label="Tag">ABC</a>
- <p id="ID0">Here is some labelledby text for ID0</p>
+ <a href="test.html" id="ID0" aria-labelledby="ID0 ID1" aria-label="Tag">ABC</a>
<p id="ID1">Also labelledby text ID1</p>
</body>
</html>