chromium/third_party/blink/web_tests/virtual/text-antialias/line-break-between-text-nodes-latin1.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>