Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / remove-and-insert-block-between-spanners-expected.html
blobce585027552b5243528c8f46f64bdf8edf92dd3f
1 <!DOCTYPE html>
2 <style>
3 span { display:inline-block; width:1em; }
4 </style>
5 <p>Test removal of of a block between two spanners, then insertion of another block at the same position.</p>
6 <p>You should see three 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 PASS<br>
9 <span>P</span><span>A</span><span>S</span><span>S</span><br>
10 PASS<br>
11 </div>