1
0
Fork 0
firefox/testing/web-platform/tests/css/css-grid/grid-items/replaced-element-017.tentative.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

13 lines
837 B
HTML

<!DOCTYPE html>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#min-content-zero">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1308929">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/12133">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="A replaced element with a percentage max-block-size doesn't compress the min-content contribution on its block axis to zero.">
<p>Test passes if there is a filled green square.</p>
<div style="display: grid; grid-template-rows: min-content;">
<canvas width="200" height="200" style="background: green; max-block-size: 50%"></canvas>
</div>