grid-item-inline-contribution-001.html (610B)
1 <!DOCTYPE html> 2 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> 3 <link rel="help" href="https://drafts.csswg.org/css-grid-2/#algo-overview"> 4 <meta name="assert" content="Tests the min-content contribution is using the correct block-size."> 5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 6 <div style="display: inline-grid; background: green; height: 100px; grid-template-rows: 50px;"> 7 <div style="height: 100%;"> <!-- This height should resolve against 50px - not 100px --> 8 <canvas width="20" height="10" style="height: 100%;"> 9 </div> 10 </div>