Backed out changeset: 2ffe4895c5b6
authorMichael Cooper <cooper@w3.org>
Fri, 12 Oct 2012 12:57:59 -0400
changeset 11 d2e96d708812
parent 10 2ffe4895c5b6
child 12 d68d72489586
Backed out changeset: 2ffe4895c5b6
ARIA/1.0/tests/test-files/name-computation-input/552.html
ARIA/1.0/tests/test-files/name-computation-input/553.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/552.html	Fri Oct 12 12:52:01 2012 -0400
+++ b/ARIA/1.0/tests/test-files/name-computation-input/552.html	Fri Oct 12 12:57:59 2012 -0400
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<title>Test 552  An INPUT type=text with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<title>Test 552  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 :before content rule.</title>
 <style>
 
 label:before
@@ -12,7 +12,7 @@
 </head>
 <body>
 <label for="test"></label>
-<input type="text id="test"/>
+<input type="text aria-label="fruit" id="test"/>
 </body>
 </html>
 
--- a/ARIA/1.0/tests/test-files/name-computation-input/553.html	Fri Oct 12 12:52:01 2012 -0400
+++ b/ARIA/1.0/tests/test-files/name-computation-input/553.html	Fri Oct 12 12:57:59 2012 -0400
@@ -1,17 +1,17 @@
 <!DOCTYPE html>
 <html>
 <head>
-<title>Test 553 An INPUT type=text 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>
+<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>
 <style>
 
-label:after
+label:before
 {
 content:"fancy";
 }
 </style>
 </head>
 <body>
-<label for="test">big and</label>
+<label for="test"></label>
 <input type="text id="test"/>
 </body>
 </html>