tor-browser

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

contain-size-flexbox-002-ref.html (482B)


      1 <!DOCTYPE html>
      2 <title>Tests that scrollbars are handled correctly in a flex item with contains:size</title>
      3 <link rel="author" title="Google LLC" href="https://www.google.com">
      4 
      5 <style>
      6 div > div {
      7  vertical-align: top;
      8  display: inline-block;
      9  contain: size;
     10  overflow: scroll;
     11  border: 1px solid;
     12 }
     13 </style>
     14 
     15 <p>Test passes if the two lines below look the same.</p>
     16 
     17 <div style="line-height: 1.0;">
     18  <div></div>
     19 </div>
     20 
     21 <div style="line-height: 1.0;">
     22  <div></div>
     23 </div>