tor-browser

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

overflow-propagation-001-ref.html (299B)


      1 <!doctype html>
      2 <html style="overflow: hidden">
      3 <meta charset=utf-8>
      4 <body style="margin: 100px; width: 100px; height: 100px; border: 1px solid green; position: absolute; top: 0; left: 0">
      5    The body should have visible overflow of the text that totally doesn't fit
      6    in the little box.
      7 </body>