Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / insert-spanner-pseudo-before-after-expected.html
blobcce768acb7cad0b136ccba4044ecf52f2c43446a
1 <!DOCTYPE html>
2 <p>Test adding ::before and ::after pseudo elements that are spanners.</p>
3 <p>There should be three rectangles with identical sizes below. The first and third one
4 should be yellow with some dots inside. The second one should be blue with nothing
5 inside.</p>
6 <div style="line-height:100px; background:blue;">
7 <div style="background:yellow;">..........</div>
8 <br>
9 <div style="background:yellow;">..........</div>
10 </div>