line-height-trailing-collapsable-whitespace.html (651B)
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-blocks-ignore-line-height-quirk"> 4 <link rel="match" href="line-height-trailing-collapsable-whitespace-ref.html"> 5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 6 <div style="font-size:100px;"> 7 <div style="display:inline-block; width:100px; height:50px; background:green;"></div> 8 <!-- Having collapsable whitespace here triggers a bug in Blink. 9 See crbug.com/845902#c2 --> 10 <br> 11 <div style="width:100px; height:50px; background:green;"></div> 12 </div>