Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / clip-expected.txt
1 Test CSS clip with composited layers. Left and right sides should look the same.
2
3 {
4   "bounds": [800, 600],
5   "children": [
6     {
7       "bounds": [800, 600],
8       "contentsOpaque": true,
9       "drawsContent": true,
10       "children": [
11         {
12           "position": [15, 15],
13           "bounds": [110, 110],
14           "drawsContent": true,
15           "backgroundColor": "#808080",
16           "transform": [
17             [1, 0, 0, 0],
18             [0, 1, 0, 0],
19             [0, 0, 1, 0],
20             [0, 0, 1, 1]
21           ]
22         },
23         {
24           "position": [215, 15],
25           "bounds": [110, 110],
26           "children": [
27             {
28               "position": [-5, -5],
29               "bounds": [120, 120],
30               "drawsContent": true,
31               "backgroundColor": "#00000033",
32               "transform": [
33                 [1, 0, 0, 0],
34                 [0, 1, 0, 0],
35                 [0, 0, 1, 0],
36                 [0, 0, 1, 1]
37               ]
38             }
39           ]
40         }
41       ]
42     }
43   ]
44 }
45