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