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