OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
11 "rect": [8, 108, 784, 304], | 11 "rect": [8, 108, 784, 304], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutIFrame IFRAME id='iframe'", | |
16 "rect": [8, 108, 300, 300], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutView #document", | 15 "object": "LayoutView #document", |
21 "rect": [8, 193, 285, 200], | 16 "rect": [8, 193, 285, 200], |
22 "reason": "incremental" | 17 "reason": "incremental" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutView #document", | 20 "object": "LayoutView #document", |
26 "rect": [8, 393, 285, 15], | 21 "rect": [8, 393, 285, 15], |
27 "reason": "scroll" | 22 "reason": "scroll" |
28 }, | 23 }, |
29 { | 24 { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "object": "VerticalScrollbar", | 83 "object": "VerticalScrollbar", |
89 "reason": "scroll" | 84 "reason": "scroll" |
90 }, | 85 }, |
91 { | 86 { |
92 "object": "LayoutView #document", | 87 "object": "LayoutView #document", |
93 "reason": "incremental" | 88 "reason": "incremental" |
94 } | 89 } |
95 ] | 90 ] |
96 } | 91 } |
97 | 92 |
OLD | NEW |