Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / clipping-ancestor-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 8],
11           "bounds": [200, 10],
12           "shouldFlattenTransform": false,
13           "children": [
14             {
15               "bounds": [200, 10],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#F5F5F5"
19             }
20           ]
21         },
22         {
23           "position": [8, 0],
24           "bounds": [100, 100],
25           "contentsOpaque": true,
26           "drawsContent": true,
27           "backgroundColor": "#90EE90"
28         }
29       ]
30     }
31   ]
32 }
33