Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac-snowleopard / paint / invalidation / invalidate-after-composited-scroll-expected.txt
blobdcba900132dd93b2aacff6d335a27273177f9f9d
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [300, 300],
11           "bounds": [200, 200],
12           "drawsContent": true,
13           "repaintRects": [
14             [0, 50, 100, 100]
15           ],
16           "paintInvalidationClients": [
17             "LayoutBlockFlow DIV id='target'"
18           ],
19           "children": [
20             {
21               "bounds": [185, 200],
22               "children": [
23                 {
24                   "bounds": [185, 4900],
25                   "shouldFlattenTransform": false,
26                   "drawsContent": true,
27                   "repaintRects": [
28                     [0, 2400, 100, 100]
29                   ],
30                   "paintInvalidationClients": [
31                     "LayoutBlockFlow DIV id='target'"
32                   ],
33                   "children": [
34                     {
35                       "shouldFlattenTransform": false
36                     }
37                   ]
38                 }
39               ]
40             },
41             {
42               "children": [
43                 {
44                   "position": [185, 0],
45                   "bounds": [15, 200],
46                   "drawsContent": true,
47                   "repaintRects": [
48                     [0, 0, 15, 200],
49                     [0, 0, 15, 200],
50                     [0, 0, 15, 200]
51                   ],
52                   "paintInvalidationClients": [
53                     "##ALL##",
54                     "##ALL##",
55                     "##ALL##"
56                   ]
57                 }
58               ]
59             }
60           ]
61         }
62       ]
63     }
64   ]