Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / apply-start-width-after-skipped-text.html
blob915a185d953f35a0d0e8839f1fcd69e4cf06f8b3
1 <script src="../../resources/ahem.js"></script>
2 <style>
3 div { width: 100px; background-color: lightgreen; color: lightblue; font: 20px 'Ahem'; }
4 span { border-left: 40px solid silver; }
5 </style>
6 <div>
7 xx<span> x</span> x x
8 </div>
9 <div>
10 <span> x</span> x x
11 </div>