summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-sizing/replaced-max-size-saturation.html
blob: 16765fba78afb703e89c84f81df0384e3abe7d74 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1243158">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="This test checks that saturation doesn't occur when comparing constrained sizes.">
<p>Test passes if there is a filled green square.</p>
<canvas width=8000 height=8000 style="max-width: 120px; max-height: 100px; background: green;"></canvas>