Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / embed-at-end-of-pre-wrap-line.html
blobabafd993a5bc0fcffba262be578c2c4ff23dc217
1 <style>
2 div { white-space: pre-wrap; border: 1px solid; padding: 4px; width: 70px; margin: 8px 0; }
3 </style>
4 <p>
5 The following boxes should be identical.
6 </p>
7 <div>Lorem....... <span style="direction: rtl; unicode-bidi: bidi-override;">muspi</span>
8 </div>
9 <div>Lorem....... ipsum
10 </div>