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