tor-browser

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

legend-float-ref.html (198B)


      1 <!doctype html>
      2 <title>Reference for floated legend should not disappear</title>
      3 <style>
      4  div { width: 100px; height: 100px; background: lime; }
      5 </style>
      6 <p>There should be no red.</p>
      7 <div></div>