Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / incorrect-clip-after-remove-compositing-expected.html
bloba1cb32c73b7b1624880d4f5b636d49cc6bb0388c
1 <!DOCTYPE html>
2 <style>
3 html, body {
4 margin: 0px;
5 padding: 0px;
7 </style>
8 <div style="position: absolute; top: 100px; width: 200px; background-color: lightgreen;">
9 <div style="height: 50px; width: 50px; background-color: green"></div>
10 </div>