Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / fixed-position-under-transform-expected.txt
blob6dd2a657bd558ef639e01ef18ea2dc2961631c66
2   "bounds": [785, 5021],
3   "children": [
4     {
5       "bounds": [785, 5021],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [108, 113],
11           "transformOrigin": [284.5, -100],
12           "bounds": [256, 256],
13           "contentsOpaque": true,
14           "drawsContent": true,
15           "transform": [
16             [1, 0, 0, 0],
17             [0, 1, 0, 0],
18             [0, 0, 1, 0],
19             [0, 1000, 0, 1]
20           ]
21         },
22         {
23           "position": [0, 1000],
24           "bounds": [500, 500],
25           "contentsOpaque": true,
26           "drawsContent": true,
27           "backgroundColor": "#008000"
28         }
29       ]
30     }
31   ]