tor-browser

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

overflow-propagation-001a.html (486B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Ensure that body propagates its scrollbars</title>
      4 <link rel=match href="support/overflow-propagation-001-ref.html">
      5 <link rel=help href="https://www.w3.org/TR/CSS21/visufx.html#overflow-clipping">
      6 <body style="overflow: hidden; margin: 100px; width: 100px; height: 100px; border: 1px solid green; position: absolute; top: 0; left: 0">
      7  The body should have visible overflow of the text that totally doesn't fit
      8  in the little box.
      9 </body>