Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / should-not-repaint-composited-descendants-expected.txt
blob0a6d878446dea39cf19bcbf0ea0e724f2cc50574
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [38, 38],
11           "bounds": [90, 90],
12           "drawsContent": true,
13           "backfaceVisibility": "hidden",
14           "backgroundColor": "#008000",
15           "repaintRects": [
16             [0, 0, 70, 70],
17             [-30, -30, 50, 100],
18             [-30, -30, 50, 50]
19           ],
20           "paintInvalidationClients": [
21             "##ALL##",
22             "LayoutBlockFlow (positioned) DIV id='composited-box'",
23             "LayoutBlockFlow DIV class='child'"
24           ],
25           "children": [
26             {
27               "bounds": [90, 90],
28               "children": [
29                 {
30                   "position": [-30, 20],
31                   "bounds": [50, 50],
32                   "contentsOpaque": true,
33                   "drawsContent": true,
34                   "backfaceVisibility": "hidden",
35                   "backgroundColor": "#008000"
36                 }
37               ]
38             }
39           ]
40         }
41       ]
42     }
43   ]