Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / should-not-repaint-composited-descendants-on-overflow-change-expected.txt
blob4fa25150da22c85c56b20a9ab523c7a69b6be64d
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [0, 200, 200, 200],
10         [0, 200, 200, 200],
11         [0, 0, 200, 200]
12       ],
13       "paintInvalidationClients": [
14         "LayoutBlockFlow DIV id='overflow1'",
15         "LayoutBlockFlow DIV id='overflow2'"
16       ],
17       "children": [
18         {
19           "bounds": [100, 100],
20           "contentsOpaque": true,
21           "drawsContent": true,
22           "backfaceVisibility": "hidden",
23           "backgroundColor": "#008000"
24         },
25         {
26           "position": [0, 200],
27           "bounds": [200, 200],
28           "shouldFlattenTransform": false,
29           "children": [
30             {
31               "bounds": [100, 100],
32               "contentsOpaque": true,
33               "drawsContent": true,
34               "backfaceVisibility": "hidden",
35               "backgroundColor": "#008000"
36             }
37           ]
38         },
39         {
40           "position": [150, 150],
41           "bounds": [100, 100],
42           "contentsOpaque": true,
43           "drawsContent": true,
44           "backfaceVisibility": "hidden",
45           "backgroundColor": "#008000"
46         },
47         {
48           "position": [0, 200],
49           "bounds": [200, 200],
50           "shouldFlattenTransform": false,
51           "children": [
52             {
53               "position": [150, 150],
54               "bounds": [100, 100],
55               "contentsOpaque": true,
56               "drawsContent": true,
57               "backfaceVisibility": "hidden",
58               "backgroundColor": "#008000"
59             }
60           ]
61         }
62       ]
63     }
64   ]