Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-transformed-and-clipped-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "bounds": [100, 100],
11           "drawsContent": true,
12           "transform": [
13             [1, 0, 0, 0],
14             [0, 1, 0, 0],
15             [0, 0, 1, 0],
16             [110, 0, 0, 1]
17           ],
18           "children": [
19             {
20               "bounds": [100, 100],
21               "children": [
22                 {
23                   "shouldFlattenTransform": false,
24                   "children": [
25                     {
26                       "bounds": [100, 100],
27                       "contentsOpaque": true,
28                       "drawsContent": true,
29                       "backgroundColor": "#FF0000"
30                     },
31                     {
32                       "bounds": [100, 100],
33                       "drawsContent": true
34                     }
35                   ]
36                 }
37               ]
38             }
39           ]
40         }
41       ]
42     }
43   ]
44 }
45