OLD | NEW |
1 { | 1 { |
2 "bounds": [200, 300], | 2 "bounds": [200, 300], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [200, 300], | 5 "bounds": [200, 300], |
6 "drawsContent": true, | 6 "drawsContent": true, |
7 "repaintRects": [ | 7 "repaintRects": [ |
8 [0, 200, 200, 100], | 8 [0, 200, 200, 100], |
9 [0, 0, 200, 8] | 9 [0, 0, 200, 8] |
10 ], | 10 ], |
11 "paintInvalidationClients": [ | 11 "paintInvalidationClients": [ |
12 "VerticalScrollbar", | |
13 "LayoutView #document", | 12 "LayoutView #document", |
14 "LayoutBlockFlow HTML" | 13 "LayoutBlockFlow HTML" |
15 ] | 14 ] |
16 } | 15 } |
17 ] | 16 ] |
18 } | 17 } |
19 { | 18 { |
20 "bounds": [300, 300], | 19 "bounds": [300, 300], |
21 "children": [ | 20 "children": [ |
22 { | 21 { |
23 "bounds": [300, 300], | 22 "bounds": [300, 300], |
24 "drawsContent": true, | 23 "drawsContent": true, |
25 "repaintRects": [ | 24 "repaintRects": [ |
26 [200, 0, 100, 300], | 25 [200, 0, 100, 300], |
27 [0, 0, 300, 300], | 26 [0, 0, 300, 300], |
28 [0, 0, 300, 8], | 27 [0, 0, 300, 8], |
29 [0, 0, 200, 8] | 28 [0, 0, 200, 8] |
30 ], | 29 ], |
31 "paintInvalidationClients": [ | 30 "paintInvalidationClients": [ |
32 "HorizontalScrollbar", | |
33 "LayoutView #document", | 31 "LayoutView #document", |
34 "LayoutView #document", | 32 "LayoutView #document", |
35 "LayoutBlockFlow HTML", | 33 "LayoutBlockFlow HTML", |
36 "LayoutBlockFlow BODY" | 34 "LayoutBlockFlow BODY" |
37 ] | 35 ] |
38 } | 36 } |
39 ] | 37 ] |
40 } | 38 } |
41 { | 39 { |
42 "bounds": [300, 250], | 40 "bounds": [300, 250], |
(...skipping 27 matching lines...) Expand all Loading... |
70 "paintInvalidationClients": [ | 68 "paintInvalidationClients": [ |
71 "LayoutView #document", | 69 "LayoutView #document", |
72 "LayoutView #document", | 70 "LayoutView #document", |
73 "LayoutBlockFlow HTML", | 71 "LayoutBlockFlow HTML", |
74 "LayoutBlockFlow BODY" | 72 "LayoutBlockFlow BODY" |
75 ] | 73 ] |
76 } | 74 } |
77 ] | 75 ] |
78 } | 76 } |
79 | 77 |
OLD | NEW |