OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [785, 836], | 3 "bounds": [785, 836], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [785, 836], | 7 "bounds": [785, 836], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow HTML", | 12 "object": "LayoutBlockFlow HTML", |
11 "rect": [0, 0, 785, 836], | 13 "rect": [0, 0, 785, 836], |
12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 }, | 65 }, |
64 { | 66 { |
65 "object": "LayoutImage IMG", | 67 "object": "LayoutImage IMG", |
66 "rect": [58, 236, 489, 537], | 68 "rect": [58, 236, 489, 537], |
67 "reason": "bounds change" | 69 "reason": "bounds change" |
68 }, | 70 }, |
69 { | 71 { |
70 "object": "LayoutImage IMG", | 72 "object": "LayoutImage IMG", |
71 "rect": [58, 142, 489, 537], | 73 "rect": [58, 142, 489, 537], |
72 "reason": "bounds change" | 74 "reason": "bounds change" |
73 }, | |
74 { | |
75 "object": "LayoutText #text", | |
76 "reason": "bounds change" | |
77 }, | |
78 { | |
79 "object": "LayoutView #document", | |
80 "reason": "scroll" | |
81 }, | |
82 { | |
83 "object": "RootInlineBox", | |
84 "reason": "full" | |
85 }, | |
86 { | |
87 "object": "VerticalScrollbar", | |
88 "reason": "full" | |
89 } | 75 } |
90 ] | 76 ] |
91 } | 77 } |
| 78 ], |
| 79 "objectPaintInvalidations": [ |
| 80 { |
| 81 "object": "LayoutView #document", |
| 82 "reason": "incremental" |
| 83 }, |
| 84 { |
| 85 "object": "LayoutBlockFlow HTML", |
| 86 "reason": "forced by layout" |
| 87 }, |
| 88 { |
| 89 "object": "LayoutIFrame IFRAME id='iframe'", |
| 90 "reason": "layoutObject insertion" |
| 91 }, |
| 92 { |
| 93 "object": "LayoutBlockFlow (relative positioned) DIV class='relative'", |
| 94 "reason": "bounds change" |
| 95 }, |
| 96 { |
| 97 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi
ngTop'", |
| 98 "reason": "bounds change" |
| 99 }, |
| 100 { |
| 101 "object": "RootInlineBox", |
| 102 "reason": "bounds change" |
| 103 }, |
| 104 { |
| 105 "object": "LayoutImage IMG", |
| 106 "reason": "bounds change" |
| 107 }, |
| 108 { |
| 109 "object": "LayoutText #text", |
| 110 "reason": "bounds change" |
| 111 } |
92 ] | 112 ] |
93 } | 113 } |
94 | 114 |
OLD | NEW |