indefinite-2.html (628B)
1 <!DOCTYPE html> 2 <link rel="help" 3 href="https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing"> 4 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/11006"> 5 <script src='/resources/testharness.js'></script> 6 <script src='/resources/testharnessreport.js'></script> 7 <script src="/resources/check-layout-th.js"></script> 8 <meta name="assert" 9 content="with indefinite available space, min-height:stretch resolves to 0"> 10 11 <body 12 onload="checkLayout('[data-expected-client-height]')"> 13 14 <div style="min-height: stretch; height: 0; width: 200px; border: solid" 15 data-expected-client-height="0">lorem ipsum</div>