blob: 3d36835cd95c41525b15af7cc103a1f15d99ad21 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-sizing-4/#aspect-ratio">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:4; column-fill:auto; gap:0; width:100px; height:100px; background:red;">
<div style="width:345px;">
<div style="aspect-ratio:1/16; height:400px; background:green;"></div>
</div>
</div>
|