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/aspect-ratio/flex-aspect-ratio-031.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>aspect-ratio flex item</title>
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht" />
<meta name="assert" content="There's enough space for padding after transferring flex-imposed definite height through the aspect ratio for a border-box flex item.">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="display: flex; height: 50px;">
<div style="padding-left: 100px; box-sizing: border-box; aspect-ratio: 1/1; background: green;"></div>
</div>
<div style="width: 100px; height: 50px; background: green"></div>