tor-browser

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

contain-intrinsic-size-logical-001.html (635B)


      1 <!doctype html>
      2 <meta charset="utf8">
      3 <title>CSS contain-intrinsic-size: Logical versions</title>
      4 <link rel="author" title="Google LLC" href="https://www.google.com/">
      5 <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override">
      6 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      7 
      8 <p>Test passes if there is a filled green square.</p>
      9 
     10 <div style="contain: size; contain-intrinsic-inline-size: 100px; contain-intrinsic-block-size: 50px; background: green; display: inline-block; vertical-align: bottom"></div>
     11 <div style="width: 100px; height: 50px; background: green;"></div>