Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / composited-non-stacking-context-descendant-move-expected.html
blob52321533315f5fbb673a1802f279e3f34ec4874e
1 <!DOCTYPE html>
2 <style>
3 body {
4 margin: 0;
6 #block {
7 position: absolute;
8 width: 100px;
9 height: 100px;
10 top: 200px;
11 background-color: green;
13 </style>
14 <div id="block"></div>
15 This test passes if there is a green square without red.