Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / change-from-paints-into-ancestor-to-paints-into-own-backing-for-ancestor-reason-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": [100, 100],
12           "children": [
13             {
14               "bounds": [100, 100],
15               "contentsOpaque": true,
16               "drawsContent": true,
17               "backgroundColor": "#D3D3D3",
18               "repaintRects": [
19                 [0, 0, 100, 100]
20               ],
21               "children": [
22                 {
23                   "bounds": [100, 100],
24                   "shouldFlattenTransform": false,
25                   "transform": [
26                     [1, 0, 0, 0],
27                     [0, 1, 0, 0],
28                     [0, 0, 1, -0.05],
29                     [0, 0, 0, 1]
30                   ],
31                   "children": [
32                     {
33                       "bounds": [50, 50],
34                       "contentsOpaque": true,
35                       "drawsContent": true,
36                       "backgroundColor": "#FFFF00",
37                       "transform": [
38                         [1, 0, 0, 0],
39                         [0, 1, 0, 0],
40                         [0, 0, 1, 0],
41                         [0, 0, 1, 1]
42                       ]
43                     }
44                   ]
45                 }
46               ]
47             }
48           ]
49         }
50       ]
51     }
52   ]
53 }
54