Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-sizing/contain-intrinsic-size/contain-intrinsic-size-logical-001.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf8">
<title>CSS contain-intrinsic-size: Logical versions</title>
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="contain: size; contain-intrinsic-inline-size: 100px; contain-intrinsic-block-size: 50px; background: green; display: inline-block; vertical-align: bottom"></div>
<div style="width: 100px; height: 50px; background: green;"></div>