haikuwebkit/LayoutTests/fast/inline/inline-block-no-wrap.html

14 lines
266 B
HTML

<style>
div {
display: inline-block;
white-space: nowrap;
font-size: 20px;
}
.container {
width: 0px;
white-space: pre-wrap;
}
</style>
<div class=container><div>PASS</div><div>if</div><div>this</div><div>content</div><div>does</div><div>wrap</div></div>