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