tor-browser

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

propagated-overflow-style-2-ref.html (223B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>
      5    Reference case with the root viewport scrollable, via styles on html node.
      6  </title>
      7  <style>
      8    html {
      9      overflow: scroll;
     10    }
     11  </style>
     12 </head>
     13 <body>
     14 </body>
     15 </html>