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 HTML", | 10 "object": "LayoutBlockFlow HTML", |
11 "rect": [0, 0, 485, 600], | 11 "rect": [0, 0, 485, 600], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
| 15 "object": "LayoutBlockFlow P", |
| 16 "rect": [8, 74, 418, 526], |
| 17 "reason": "border box change" |
| 18 }, |
| 19 { |
15 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
16 "rect": [13, 241, 408, 139], | 21 "rect": [13, 241, 408, 139], |
17 "reason": "forced by layout" | 22 "reason": "forced by layout" |
18 }, | 23 }, |
19 { | 24 { |
20 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
21 "rect": [13, 240, 408, 139], | 26 "rect": [13, 240, 408, 139], |
22 "reason": "forced by layout" | 27 "reason": "forced by layout" |
23 }, | 28 }, |
24 { | 29 { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 { | 138 { |
134 "object": "VerticalScrollbar", | 139 "object": "VerticalScrollbar", |
135 "reason": "scroll" | 140 "reason": "scroll" |
136 }, | 141 }, |
137 { | 142 { |
138 "object": "LayoutBlockFlow HTML", | 143 "object": "LayoutBlockFlow HTML", |
139 "reason": "forced by layout" | 144 "reason": "forced by layout" |
140 }, | 145 }, |
141 { | 146 { |
142 "object": "LayoutBlockFlow P", | 147 "object": "LayoutBlockFlow P", |
143 "reason": "incremental" | 148 "reason": "border box change" |
144 }, | 149 }, |
145 { | 150 { |
146 "object": "RootInlineBox", | 151 "object": "RootInlineBox", |
147 "reason": "incremental" | 152 "reason": "border box change" |
148 }, | 153 }, |
149 { | 154 { |
150 "object": "LayoutText #text", | 155 "object": "LayoutText #text", |
151 "reason": "forced by layout" | 156 "reason": "forced by layout" |
152 }, | 157 }, |
153 { | 158 { |
154 "object": "InlineTextBox 'The chief difficulty Alice found at first was in
managing her'", | 159 "object": "InlineTextBox 'The chief difficulty Alice found at first was in
managing her'", |
155 "reason": "forced by layout" | 160 "reason": "forced by layout" |
156 }, | 161 }, |
157 { | 162 { |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", | 391 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", |
387 "reason": "forced by layout" | 392 "reason": "forced by layout" |
388 }, | 393 }, |
389 { | 394 { |
390 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 395 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
391 "reason": "forced by layout" | 396 "reason": "forced by layout" |
392 } | 397 } |
393 ] | 398 ] |
394 } | 399 } |
395 | 400 |
OLD | NEW |