Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / remove-and-insert-block-before-spanner-expected.html
blob78d893b5a27e715d3047671f131c372ceb87a77a
1 <!DOCTYPE html>
2 <style>
3 span { display:inline-block; width:1em; }
4 </style>
5 <p>Test removal of of a block right before a spanner, then insertion of another block at the same position.</p>
6 <p>You should see two lines with the word "PASS" on a lime background below. Letter spacing is expected to vary.</p>
7 <div style="width:4em; background:lime;">
8 <span>P</span><span>A</span><span>S</span><span>S</span><br>
9 PASS<br>
10 </div>