tor-browser

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

legend-display-none-rendering-ref.html (193B)


      1 <!doctype html>
      2 <title>Reference for Rendering of display: none legend</title>
      3 <style>
      4 div { border: 2em solid lime; width: 0; }
      5 </style>
      6 <p>There should be a green box below.</p>
      7 <div></div>