Test file for case 553: switched :after text with LABEL content so as to match the expected result. Did not change the essence of the markup.
--- a/ARIA/1.0/tests/test-files/name-computation-input/553.html Tue Oct 30 13:22:53 2012 -0400
+++ b/ARIA/1.0/tests/test-files/name-computation-input/553.html Wed Oct 31 09:35:41 2012 -0400
@@ -1,4 +1,5 @@
-<!DOCTYPE html>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test 553 An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
@@ -6,12 +7,12 @@
label:after
{
-content:"fancy";
+content:" fruit";
}
</style>
</head>
<body>
-<label for="test">fruit</label>
+<label for="test">fancy</label>
<input type="text" id="test"/>
</body>
</html>