Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / composited-layer-will-change-expected.html
blobe551e8139f969dda467db97b056541719db626f3
1 <!DOCTYPE html>
2 <style>
3 .multicol {
4 margin: 3em 0;
5 width: 60px;
6 height: 60px;
7 background: green;
9 </style>
11 <p>There should be three green squares below.</p>
12 <div class="multicol"></div>
13 <div class="multicol"></div>
14 <div class="multicol"></div>