Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / remove-spanner-in-content-expected.html
blob9ed1981ab1437bf3d041b0024fb3b47ea0bf5ee0
1 <!DOCTYPE html>
2 <p>Test removal of a spanner surrounded by inline content.</p>
3 <p>There should be three columns with a total line count of 8. The three first lines should
4 read "before". The fourth should read "before after". The last four should read "after":</p>
5 <div style="float:left; width:10em;">
6 before<br>before<br>before<br>
7 </div>
8 <div style="float:left; width:10em;">
9 before after<br>after<br>after<br>
10 </div>
11 <div style="float:left; width:10em;">
12 after<br>after<br>
13 </div>