Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / fixed-position-changed-to-absolute-expected.txt
blobaa81f353528821d102ddbc1d285c559374d949c2
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "backgroundColor": "#402B3C",
9       "children": [
10         {
11           "shouldFlattenTransform": false,
12           "children": [
13             {
14               "position": [8, 13],
15               "bounds": [150, 150],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#D9CCA7"
19             },
20             {
21               "position": [20, 20],
22               "bounds": [226, 180],
23               "drawsContent": true
24             }
25           ]
26         }
27       ]
28     }
29   ]