Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / overflow / resize-painting-expected.txt
blob5755f757cf80ad9ac89eee13b908d3c655c98b9f
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [18, 10],
11           "bounds": [100, 100],
12           "drawsContent": true,
13           "children": [
14             {
15               "position": [85, 85],
16               "bounds": [15, 15],
17               "drawsContent": true
18             }
19           ]
20         }
21       ]
22     }
23   ]