Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / 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           "children": [
29             {
30               "position": [-15, -25],
31               "bounds": [120, 120],
32               "drawsContent": true,
33               "backgroundColor": "#00000033",
34               "transform": [
35                 [1, 0, 0, 0],
36                 [0, 1, 0, 0],
37                 [0, 0, 1, 0],
38                 [0, 0, 1, 1]
39               ]
40             }
41           ]
42         }
43       ]
44     }
45   ]
46 }
47