Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / remove-clipping-layer-with-no-children-expected.txt
blob009516265219d038491fcd59a5b596d00e2f49f7
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           "bounds": [400, 400],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#FFC0CB"
15         }
16       ]
17     }
18   ]