summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-sizing/replaced-aspect-ratio-intrinsic-size-002.html
blob: daf6f36022d9cbda58fe7d758863617c5acf646f (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta name="assert"
  content="Checks that a replaced element, with an aspect ratio, applies min/max block lengths for intrinsic sizing when it's a float.">
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<img src="aspect-ratio/support/1x1-green.png" style="min-height: 100px; float: left;"></img>