553.html (429B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <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 <style> 7 8 label:after 9 { 10 content:" fruit"; 11 } 12 </style> 13 </head> 14 <body> 15 <label for="test">fancy</label> 16 <input type="text" id="test"> 17 </body> 18 </html>