Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-transformed-layer-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": [23, 8],
11           "transformOrigin": [377, 0],
12           "bounds": [256, 256],
13           "contentsOpaque": true,
14           "drawsContent": true,
15           "transform": [
16             [1, 0, 0, 0],
17             [0, 1, 0, 0],
18             [0, 0, 1, 0],
19             [-10, 0, 0, 1]
20           ],
21           "children": [
22             {
23               "position": [385, 0]
24             }
25           ]
26         },
27         {
28           "bounds": [300, 300],
29           "contentsOpaque": true,
30           "drawsContent": true,
31           "backgroundColor": "#008000"
32         }
33       ]
34     }
35   ]
36 }
37