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