tor-browser

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

overflow-body-propagation-002.html (371B)


      1 <!doctype html>
      2 <title>CSS Overflow Test: Do not propagate overflow of display:none body to viewport</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-overflow-3/#overflow-propagation">
      4 <link rel="help" href="https://github.com/w3c/csswg-drafts/pull/4148">
      5 <link rel="match" href="/css/reference/blank.html">
      6 <body style="display:none; overflow:scroll"></body>