tor-browser

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

legend-display-none-rendering.html (346B)


      1 <!doctype html>
      2 <title>Rendering of display: none legend</title>
      3 <link rel=match href=legend-display-none-rendering-ref.html>
      4 <style>
      5 fieldset { border: 2em solid lime; width: 0; margin: 0; padding: 0; }
      6 legend { display: none; background: red; }
      7 </style>
      8 <p>There should be a green box below.</p>
      9 <fieldset>
     10 <legend>FAIL</legend>
     11 </fieldset>