line-height-in-list-item.html (647B)
1 <!-- quirks mode --> 2 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> 3 <link rel="help" href="https://quirks.spec.whatwg.org/#the-line-height-calculation-quirk"> 4 <link rel="match" href="reference/green-100px-square-no-red.html"> 5 <meta name="assert" content="List items force strict line height; see https://github.com/whatwg/quirks/issues/38"> 6 <p>There should be a filled green square below, and no red.</p> 7 <div style="width:100px; height:100px; background:red;"> 8 <li style="line-height:50px; color:green; background:green;"> 9 <br> 10 <div style="display:inline-block; width:1px; height:1px;"></div> 11 </li> 12 </div>