Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / window-resize-percent-width-height-expected.txt
blobbf48ceb4af627c715c01b0326f747e11297763be
2   "bounds": [200, 300],
3   "children": [
4     {
5       "bounds": [200, 300],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [0, 200, 200, 100],
10         [0, 100, 100, 50]
11       ],
12       "paintInvalidationClients": [
13         "VerticalScrollbar",
14         "LayoutView #document",
15         "LayoutBlockFlow HTML",
16         "LayoutBlockFlow (positioned) DIV"
17       ]
18     }
19   ]
22   "bounds": [300, 300],
23   "children": [
24     {
25       "bounds": [300, 300],
26       "contentsOpaque": true,
27       "drawsContent": true,
28       "repaintRects": [
29         [200, 0, 100, 300],
30         [100, 0, 50, 150],
31         [0, 0, 300, 300]
32       ],
33       "paintInvalidationClients": [
34         "HorizontalScrollbar",
35         "LayoutView #document",
36         "LayoutView #document",
37         "LayoutBlockFlow HTML",
38         "LayoutBlockFlow (positioned) DIV"
39       ]
40     }
41   ]
44   "bounds": [300, 250],
45   "children": [
46     {
47       "bounds": [300, 250],
48       "contentsOpaque": true,
49       "drawsContent": true,
50       "repaintRects": [
51         [0, 250, 300, 50],
52         [0, 125, 150, 25]
53       ],
54       "paintInvalidationClients": [
55         "LayoutView #document",
56         "LayoutBlockFlow HTML",
57         "LayoutBlockFlow (positioned) DIV"
58       ]
59     }
60   ]
63   "bounds": [250, 250],
64   "children": [
65     {
66       "bounds": [250, 250],
67       "contentsOpaque": true,
68       "drawsContent": true,
69       "repaintRects": [
70         [250, 0, 50, 250],
71         [125, 0, 25, 125],
72         [0, 0, 250, 250]
73       ],
74       "paintInvalidationClients": [
75         "LayoutView #document",
76         "LayoutView #document",
77         "LayoutBlockFlow HTML",
78         "LayoutBlockFlow (positioned) DIV"
79       ]
80     }
81   ]