Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / invalidate-when-leaving-squashed-layer-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [0, 0, 200, 200]
10       ],
11       "children": [
12         {
13           "children": [
14             {
15               "position": [8, 8],
16               "bounds": [200, 200],
17               "contentsOpaque": true,
18               "drawsContent": true,
19               "backgroundColor": "#D3D3D3"
20             },
21             {
22               "position": [50, 50],
23               "bounds": [200, 200],
24               "drawsContent": true,
25               "repaintRects": [
26                 [0, 0, 200, 200]
27               ]
28             }
29           ]
30         },
31         {
32           "position": [50, 50],
33           "bounds": [200, 200],
34           "contentsOpaque": true,
35           "drawsContent": true,
36           "backgroundColor": "#ADD8E6",
37           "repaintRects": [
38             [0, 0, 200, 200],
39             [0, 0, 200, 200]
40           ]
41         }
42       ]
43     }
44   ]
45 }
46