Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / clipping-should-not-repaint-composited-descendants-expected.txt
blob47714b52fb18ea2b1dc7fd072d08f4027f280ad5
2   "bounds": [785, 616],
3   "children": [
4     {
5       "bounds": [785, 616],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [108, 108],
11           "bounds": [100, 100],
12           "paintInvalidationClients": [
13             "LayoutBlockFlow (positioned) DIV class='clipping-container'"
14           ],
15           "children": [
16             {
17               "bounds": [100, 100],
18               "children": [
19                 {
20                   "position": [-100, -100],
21                   "bounds": [252, 252],
22                   "contentsOpaque": true,
23                   "drawsContent": true,
24                   "backgroundColor": "#FFFF00"
25                 }
26               ]
27             }
28           ]
29         },
30         {
31           "position": [108, 408],
32           "bounds": [100, 100],
33           "paintInvalidationClients": [
34             "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'"
35           ],
36           "children": [
37             {
38               "bounds": [100, 100],
39               "children": [
40                 {
41                   "position": [-100, -100],
42                   "bounds": [252, 252],
43                   "contentsOpaque": true,
44                   "drawsContent": true,
45                   "backgroundColor": "#FFFF00"
46                 }
47               ]
48             }
49           ]
50         }
51       ]
52     }
53   ]