Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squashing-composited-bounds-expected.html
blobe52b4a7fdc724c63b95dd5eae26df0361ff4b5fd
1 <!DOCTYPE html>
2 <div style="width: 200px; height: 200px; background-color: lightgreen"></div>
3 <div style="position: relative; top: -50px; left: 50px; width: 200px; height: 200px; background-color: blue">
4 <div id="child" style="background-color: green; width: 100px; height: 100px;"></div>
5 </div>