Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / repaint-overflow-scrolled-squashed-content-expected.txt
blob96b898f626f75cd374bf1144b161d214c203ddf2
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": [185, 185],
12           "shouldFlattenTransform": false,
13           "children": [
14             {
15               "bounds": [150, 1000],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#ADD8E6"
19             },
20             {
21               "bounds": [100, 1000],
22               "drawsContent": true,
23               "repaintRects": [
24                 [0, 0, 100, 1000]
25               ]
26             }
27           ]
28         }
29       ]
30     }
31   ]