tor-browser

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

clip-007.html (432B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-overflow/#valdef-overflow-clip">
      3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      4 <p>Test passes if there is a filled green square.</p>
      5 <div style="width: 100px; height: 100px; overflow-y: auto;">
      6  <div style="overflow-y: clip; height: 100px;">
      7    <div style="width: 100px; height: 200px; background: green;"></div>
      8  </div>
      9 </div>