Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / fast / repaint / repaint-composited-child-in-scrolled-container-expected.txt
blobf02d0f1a7481bf18d490078c13638bee1f9a90ab
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [230, 293, 63, 15],
10         [168, 293, 125, 15],
11         [8, 293, 222, 15]
12       ],
13       "paintInvalidationClients": [
14         "HorizontalScrollbar",
15         "HorizontalScrollbar",
16         "HorizontalScrollbar"
17       ],
18       "children": [
19         {
20           "position": [8, 8],
21           "bounds": [285, 285],
22           "shouldFlattenTransform": false,
23           "children": [
24             {
25               "position": [-315, 0],
26               "bounds": [600, 600],
27               "contentsOpaque": true,
28               "drawsContent": true,
29               "backgroundColor": "#FF0000",
30               "repaintRects": [
31                 [0, 0, 600, 600]
32               ],
33               "paintInvalidationClients": [
34                 "LayoutBlockFlow DIV id='inner'"
35               ]
36             }
37           ]
38         }
39       ]
40     }
41   ]