Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / compositing / geometry / limit-layer-bounds-overflow-root-expected.txt
blob51c6bb5ee30d4a0e6edac98e0bcd6d132ff33189
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "shouldFlattenTransform": false,
11           "children": [
12             {
13               "position": [21, 21],
14               "bounds": [100, 100]
15             },
16             {
17               "bounds": [211, 142],
18               "drawsContent": true
19             }
20           ]
21         }
22       ]
23     }
24   ]