Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squashing-inside-perspective-expected.txt
blobdbe6f6d5aec2a5b04282e0182a8f8893f281c204
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           "children": [
12             {
13               "shouldFlattenTransform": false,
14               "transform": [
15                 [1, 0, 0, 0],
16                 [0, 1, 0, 0],
17                 [0, 0, 1, -0.001],
18                 [0, 0, 0, 1]
19               ],
20               "children": [
21                 {
22                   "bounds": [200, 200],
23                   "contentsOpaque": true,
24                   "drawsContent": true,
25                   "backgroundColor": "#00008B",
26                   "transform": [
27                     [1, 0, 0, 0],
28                     [0, 1, 0, 0],
29                     [0, 0, 1, 0],
30                     [0, 74, 200, 1]
31                   ]
32                 }
33               ]
34             }
35           ]
36         },
37         {
38           "position": [8, 8]
39         }
40       ]
41     }
42   ]