Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-inline/empty-span-height.html
<!DOCTYPE html> <html class=reftest-wait> <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com"> <link rel="help" href="https://drafts.csswg.org/css-inline-3/#line-layout"> <link rel="match" href="empty-span-height-ref.html"> <style> .red { background: red } </style> <span>Test passes if no red</span> <div class="red"> <span id="empty" style="border: 1px solid black"></span> </div> <script> document.body.offsetTop; empty.style = ''; document.documentElement.className = ""; </script>
/css/css-inline/empty-span-height-ref.html
<!DOCTYPE html> <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com"> <link rel="help" href="https://drafts.csswg.org/css-inline-3/#line-layout"> <style> .red { background: red } </style> <span>Test passes if no red</span> <div class="red"> <span id="empty"></span> </div>