Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / compositing / layer-creation / fixed-position-in-fixed-overflow-expected.txt
blob7c8d8a5d4a0e9dbcc026290c56d20512c5cd1bfd
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 13],
11           "bounds": [800, 600],
12           "drawsContent": true,
13           "children": [
14             {
15               "bounds": [785, 600],
16               "children": [
17                 {
18                   "bounds": [785, 1000],
19                   "shouldFlattenTransform": false,
20                   "drawsContent": true,
21                   "children": [
22                     {
23                       "shouldFlattenTransform": false,
24                       "children": [
25                         {
26                           "position": [192, 0],
27                           "bounds": [100, 100],
28                           "contentsOpaque": true,
29                           "drawsContent": true,
30                           "backgroundColor": "#FFFF00"
31                         }
32                       ]
33                     }
34                   ]
35                 }
36               ]
37             },
38             {
39               "children": [
40                 {
41                   "position": [785, 0],
42                   "bounds": [15, 600]
43                 }
44               ]
45             }
46           ]
47         }
48       ]
49     }
50   ]