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", |
| 11 "rect": [0, 0, 485, 600], |
| 12 "reason": "forced by layout" |
| 13 }, |
| 14 { |
10 "object": "LayoutBlockFlow P", | 15 "object": "LayoutBlockFlow P", |
11 "rect": [8, 74, 418, 526], | 16 "rect": [8, 74, 418, 526], |
12 "reason": "forced by layout" | 17 "reason": "forced by layout" |
13 }, | 18 }, |
14 { | 19 { |
15 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
16 "rect": [13, 240, 408, 139], | 21 "rect": [13, 240, 408, 139], |
17 "reason": "forced by layout" | 22 "reason": "forced by layout" |
18 }, | 23 }, |
19 { | 24 { |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "objectPaintInvalidations": [ | 112 "objectPaintInvalidations": [ |
108 { | 113 { |
109 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 114 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
110 "reason": "layoutObject removal" | 115 "reason": "layoutObject removal" |
111 }, | 116 }, |
112 { | 117 { |
113 "object": "VerticalScrollbar", | 118 "object": "VerticalScrollbar", |
114 "reason": "scroll" | 119 "reason": "scroll" |
115 }, | 120 }, |
116 { | 121 { |
| 122 "object": "LayoutBlockFlow HTML", |
| 123 "reason": "forced by layout" |
| 124 }, |
| 125 { |
117 "object": "LayoutBlockFlow P", | 126 "object": "LayoutBlockFlow P", |
118 "reason": "forced by layout" | 127 "reason": "forced by layout" |
119 }, | 128 }, |
120 { | 129 { |
121 "object": "RootInlineBox", | 130 "object": "RootInlineBox", |
122 "reason": "forced by layout" | 131 "reason": "forced by layout" |
123 }, | 132 }, |
124 { | 133 { |
125 "object": "LayoutText #text", | 134 "object": "LayoutText #text", |
126 "reason": "forced by layout" | 135 "reason": "forced by layout" |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", | 354 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", |
346 "reason": "forced by layout" | 355 "reason": "forced by layout" |
347 }, | 356 }, |
348 { | 357 { |
349 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 358 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
350 "reason": "forced by layout" | 359 "reason": "forced by layout" |
351 } | 360 } |
352 ] | 361 ] |
353 } | 362 } |
354 | 363 |
OLD | NEW |