Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / filters / filtered-compositing-descendant-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": [144, 144],
12           "drawsContent": true,
13           "children": [
14             {
15               "position": [22, 22],
16               "bounds": [100, 100],
17               "contentsOpaque": true,
18               "drawsContent": true,
19               "backgroundColor": "#FF0000",
20               "transform": [
21                 [1, 0, 0, 0],
22                 [0, 1, 0, 0],
23                 [0, 0, 1, 0],
24                 [0, 0, 1, 1]
25               ]
26             }
27           ]
28         }
29       ]
30     }
31   ]
32 }
33