Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / clip-inside-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": [25, 35],
13           "transformOrigin": [45, 35],
14           "bounds": [90, 80],
15           "contentsOpaque": true,
16           "drawsContent": true,
17           "backgroundColor": "#808080",
18           "transform": [
19             [1, 0, 0, 0],
20             [0, 1, 0, 0],
21             [0, 0, 1, 0],
22             [0, 0, 1, 1]
23           ]
24         },
25         {
26           "position": [225, 35],
27           "bounds": [90, 80],
28           "shouldFlattenTransform": false,
29           "children": [
30             {
31               "position": [-15, -25],
32               "bounds": [120, 120],
33               "drawsContent": true,
34               "backgroundColor": "#00000033",
35               "transform": [
36                 [1, 0, 0, 0],
37                 [0, 1, 0, 0],
38                 [0, 0, 1, 0],
39                 [0, 0, 1, 1]
40               ]
41             }
42           ]
43         }
44       ]
45     }
46   ]
47 }
48