Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squash-paint-invalidation-fixed-position-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "children": [
11             {
12               "position": [8, 8],
13               "bounds": [100, 5000],
14               "contentsOpaque": true,
15               "drawsContent": true,
16               "backgroundColor": "#ADD8E6"
17             },
18             {
19               "position": [8, 25],
20               "bounds": [100, 125],
21               "drawsContent": true,
22               "repaintRects": [
23                 [0, 25, 100, 100]
24               ]
25             }
26           ]
27         }
28       ]
29     }
30   ]
31 }
32  {
33   "bounds": [800, 600],
34   "children": [
35     {
36       "bounds": [800, 600],
37       "contentsOpaque": true,
38       "drawsContent": true,
39       "children": [
40         {
41           "children": [
42             {
43               "position": [8, 8],
44               "bounds": [100, 5000],
45               "contentsOpaque": true,
46               "drawsContent": true,
47               "backgroundColor": "#ADD8E6"
48             },
49             {
50               "position": [8, 25],
51               "bounds": [100, 125],
52               "drawsContent": true,
53               "repaintRects": [
54                 [0, 25, 100, 100]
55               ]
56             }
57           ]
58         }
59       ]
60     }
61   ]
62 }
63