haikuwebkit/LayoutTests/fast/text/line-break-between-text-nod...

19 lines
649 B
HTML

<div id="target" style="width: 100px; background: yellow;">
Lorem ipsum&#x00ad;dolor
</div>
<div id="target" style="width: 100px; background: yellow;">
Lorem ipsum&#x00ad;<span>dolor</span>
</div>
<div id="target" style="width: 100px; background: yellow;">
Lorem ipsum&#x00ad;<span>&#x00f0;olor</span>
</div>
<div id="target" style="width: 100px; background: yellow;">
Lorem ipsum&#x00ad;<span>dolor</span>
</div>
<div id="target" style="width: 100px; background: yellow;">
Lorem ipsum&#x00ad;<span>&#x00f0olor</span>
</div>
<div id="target" style="width: 100px; background: yellow;">
Lorem ipsum<span>&#x00ad;</span><span>&#x00f0</span>olor
</div>