haikuwebkit/LayoutTests/fast/layoutformattingcontext/inline-box-overlaps-multipl...

9 lines
294 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
background: green;
font-size: 20px;
}
</style>
<div><span>line break<br>this text's parent inline box <span>starts at the previous line</span></span></div>