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 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "repaintRects": [ | 8 "repaintRects": [ |
9 [0, 260, 20, 20], | 9 [0, 260, 20, 20], |
10 [0, 200, 200, 100], | 10 [0, 200, 200, 100], |
11 [0, 160, 20, 20] | 11 [0, 160, 20, 20] |
12 ], | 12 ], |
13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
14 "VerticalScrollbar", | |
15 "LayoutView #document", | 14 "LayoutView #document", |
16 "LayoutBlockFlow HTML", | 15 "LayoutBlockFlow HTML", |
17 "LayoutBlockFlow (positioned) DIV" | 16 "LayoutBlockFlow (positioned) DIV" |
18 ] | 17 ] |
19 } | 18 } |
20 ] | 19 ] |
21 } | 20 } |
22 { | 21 { |
23 "bounds": [300, 300], | 22 "bounds": [300, 300], |
24 "children": [ | 23 "children": [ |
25 { | 24 { |
26 "bounds": [300, 300], | 25 "bounds": [300, 300], |
27 "contentsOpaque": true, | 26 "contentsOpaque": true, |
28 "drawsContent": true, | 27 "drawsContent": true, |
29 "repaintRects": [ | 28 "repaintRects": [ |
30 [200, 0, 100, 300], | 29 [200, 0, 100, 300], |
31 [0, 0, 300, 300] | 30 [0, 0, 300, 300] |
32 ], | 31 ], |
33 "paintInvalidationClients": [ | 32 "paintInvalidationClients": [ |
34 "HorizontalScrollbar", | |
35 "LayoutView #document", | 33 "LayoutView #document", |
36 "LayoutView #document", | 34 "LayoutView #document", |
37 "LayoutBlockFlow HTML" | 35 "LayoutBlockFlow HTML" |
38 ] | 36 ] |
39 } | 37 } |
40 ] | 38 ] |
41 } | 39 } |
42 { | 40 { |
43 "bounds": [300, 250], | 41 "bounds": [300, 250], |
44 "children": [ | 42 "children": [ |
(...skipping 27 matching lines...) Expand all Loading... |
72 ], | 70 ], |
73 "paintInvalidationClients": [ | 71 "paintInvalidationClients": [ |
74 "LayoutView #document", | 72 "LayoutView #document", |
75 "LayoutView #document", | 73 "LayoutView #document", |
76 "LayoutBlockFlow HTML" | 74 "LayoutBlockFlow HTML" |
77 ] | 75 ] |
78 } | 76 } |
79 ] | 77 ] |
80 } | 78 } |
81 | 79 |
OLD | NEW |