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