Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / dynamic / insert-spanner-pseudo-before-after-in-content-expected.html
blob61237f5bd0c347ab0dcee202818ac2759bcc0068
1 <!DOCTYPE html>
2 <p>Test adding ::before and ::after pseudo elements that are spanners. The DOM element contains
3 something, and is also preceded and followed by content, which means that what used to be one column
4 row needs to be split into three.</p>
5 <p>There should be five rectangles with identical sizes below. The first, third and fifth
6 one should be blue with nothing inside. The second and fourth one should be yellow with some
7 dots inside.</p>
8 <div style="line-height:50px; background:blue;">
9 <br>
10 <div style="background:yellow;">..........</div>
11 <br>
12 <div style="background:yellow;">..........</div>
13 <br>
14 </div>