tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

760.html (420B)


      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 :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="radio" id="test">
     17 </body>
     18 </html>