tor-browser

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

padding-overflow.html (534B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#layout-algorithm">
      4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      5 <meta name="assert" content="Item's size includes padding even when there is overflow:hidden. Chrome crashed on this.">
      6 <p>Test passes if there is a filled green square.</p>
      7 
      8 <div style="display: flex">
      9  <div style="padding: 50px; background: green; overflow: hidden;"></div>
     10 </div>