tor-browser

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

overflow-no-frameset-propagation.html (380B)


      1 <!doctype html>
      2 <title>CSS Overflow Test: Frameset overflow does not propagate to viewport</title>
      3 <meta name="assert" content="The computed overflow should not propagate from frameset to thte viewport">
      4 <link rel="help" href="https://drafts.csswg.org/css-overflow/#overflow-propagation">
      5 <link rel="match" href="/common/blank.html">
      6 <frameset style="overflow:scroll"></frameset>