Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / compositing / overflow / updating-scrolling-content-expected.txt
blobc7895ce95c4dd1697ac3326f2ca07ecda616ff06
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": [200, 200],
12           "drawsContent": true,
13           "repaintRects": [
14             [0, 0, 185, 200]
15           ],
16           "paintInvalidationClients": [
17             "LayoutBlockFlow DIV id='indicator'"
18           ],
19           "children": [
20             {
21               "bounds": [185, 185],
22               "children": [
23                 {
24                   "bounds": [185, 1200],
25                   "shouldFlattenTransform": false,
26                   "drawsContent": true,
27                   "repaintRects": [
28                     [0, 0, 185, 200]
29                   ],
30                   "paintInvalidationClients": [
31                     "LayoutBlockFlow DIV id='indicator'"
32                   ],
33                   "children": [
34                     {
35                       "shouldFlattenTransform": false
36                     }
37                   ]
38                 }
39               ]
40             },
41             {
42               "children": [
43                 {
44                   "position": [0, 185],
45                   "bounds": [185, 15]
46                 },
47                 {
48                   "position": [185, 0],
49                   "bounds": [15, 185],
50                   "repaintRects": [
51                     [0, 0, 15, 185],
52                     [0, 0, 15, 185],
53                     [0, 0, 15, 185]
54                   ]
55                 },
56                 {
57                   "position": [185, 185],
58                   "bounds": [15, 15],
59                   "drawsContent": true
60                 }
61               ]
62             }
63           ]
64         }
65       ]
66     }
67   ]