Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / window-resize-percent-html-expected.txt
blob33d49e6448dc0a1cd021623dd724c7a7c0b75f87
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, 50, 100, 25],
11         [0, 0, 200, 150],
12         [0, 0, 200, 100]
13       ],
14       "paintInvalidationClients": [
15         "VerticalScrollbar",
16         "LayoutView #document",
17         "LayoutBlockFlow HTML",
18         "LayoutBlockFlow DIV"
19       ]
20     }
21   ]
24   "bounds": [300, 300],
25   "children": [
26     {
27       "bounds": [300, 300],
28       "contentsOpaque": true,
29       "drawsContent": true,
30       "repaintRects": [
31         [200, 0, 100, 300],
32         [100, 0, 50, 75],
33         [0, 0, 300, 300],
34         [0, 0, 300, 150],
35         [0, 0, 200, 150]
36       ],
37       "paintInvalidationClients": [
38         "HorizontalScrollbar",
39         "LayoutView #document",
40         "LayoutView #document",
41         "LayoutBlockFlow HTML",
42         "LayoutBlockFlow DIV"
43       ]
44     }
45   ]
48   "bounds": [300, 250],
49   "children": [
50     {
51       "bounds": [300, 250],
52       "contentsOpaque": true,
53       "drawsContent": true,
54       "repaintRects": [
55         [0, 250, 300, 50],
56         [0, 62, 150, 13],
57         [0, 0, 300, 150],
58         [0, 0, 300, 125]
59       ],
60       "paintInvalidationClients": [
61         "LayoutView #document",
62         "LayoutBlockFlow HTML",
63         "LayoutBlockFlow DIV"
64       ]
65     }
66   ]
69   "bounds": [250, 250],
70   "children": [
71     {
72       "bounds": [250, 250],
73       "contentsOpaque": true,
74       "drawsContent": true,
75       "repaintRects": [
76         [250, 0, 50, 250],
77         [125, 0, 25, 63],
78         [0, 0, 300, 125],
79         [0, 0, 250, 250],
80         [0, 0, 250, 125]
81       ],
82       "paintInvalidationClients": [
83         "LayoutView #document",
84         "LayoutView #document",
85         "LayoutBlockFlow HTML",
86         "LayoutBlockFlow DIV"
87       ]
88     }
89   ]