tor-browser

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

legend-sticky-crash.html (242B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://crbug.com/1197946">
      3 <style>
      4 legend {
      5  position: sticky;
      6  left: -1em;
      7 }
      8 fieldset {
      9  position: sticky;
     10  left: -1em;
     11  overflow-y: auto;
     12 }
     13 </style>
     14 <fieldset>
     15 <legend>Legend</legend>
     16 </fieldset>