haikuwebkit/LayoutTests/fast/inline/unexpected-line-wrap-with-c...

4 lines
258 B
HTML

<div style="display: flex;"><div><div style="width: calc(100% + 0px); background-color: red; color: red">single line</div></div></div>
<div style="position: absolute; top: 8px; background-color: green; color: green">single line</div>
<!-- PASS if no red -->