Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / spanner-becomes-regular-block-expected.html
blob9e165dc8f9d71e8ee079e4d4ac7f94235683e14b
1 <!DOCTYPE html>
2 <style>
3 span { display:inline-block; width:1em; }
4 </style>
5 <p>Test changing a spanner inside a block to a regular block.</p>
6 <p>Below you should see a blue line above the word "PASS" on a yellow background. Wide letter spacing is expected.</p>
7 <div style="width:4em; border-top:0.5em solid blue; background:yellow;">
8 <span>P</span><span>A</span><span>S</span><span>S</span><br>
9 </div>