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": "LayoutSVGRoot (positioned) svg", | |
11 "rect": [0, 13, 402, 187], | |
12 "reason": "bounds change" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGRoot (positioned) svg", | |
16 "rect": [0, 0, 402, 163], | |
17 "reason": "bounds change" | |
18 }, | |
19 { | |
20 "object": "LayoutSVGContainer g id='text2g'", | 10 "object": "LayoutSVGContainer g id='text2g'", |
21 "rect": [0, 63, 402, 100], | 11 "rect": [0, 63, 402, 100], |
22 "reason": "full" | 12 "reason": "full" |
23 }, | 13 }, |
24 { | 14 { |
25 "object": "LayoutSVGContainer g id='text1g'", | 15 "object": "LayoutSVGContainer g id='text1g'", |
26 "rect": [0, 13, 402, 100], | 16 "rect": [0, 13, 402, 100], |
27 "reason": "full" | 17 "reason": "full" |
28 }, | 18 }, |
29 { | 19 { |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 { | 189 { |
200 "object": "LayoutText #text", | 190 "object": "LayoutText #text", |
201 "rect": [0, 0, 1, 1], | 191 "rect": [0, 0, 1, 1], |
202 "reason": "bounds change" | 192 "reason": "bounds change" |
203 } | 193 } |
204 ] | 194 ] |
205 } | 195 } |
206 ], | 196 ], |
207 "objectPaintInvalidations": [ | 197 "objectPaintInvalidations": [ |
208 { | 198 { |
209 "object": "LayoutSVGRoot (positioned) svg", | |
210 "reason": "bounds change" | |
211 }, | |
212 { | |
213 "object": "LayoutSVGContainer g id='text1g'", | 199 "object": "LayoutSVGContainer g id='text1g'", |
214 "reason": "full" | 200 "reason": "full" |
215 }, | 201 }, |
216 { | 202 { |
217 "object": "LayoutSVGText text", | 203 "object": "LayoutSVGText text", |
218 "reason": "forced by layout" | 204 "reason": "forced by layout" |
219 }, | 205 }, |
220 { | 206 { |
221 "object": "RootInlineBox", | 207 "object": "RootInlineBox", |
222 "reason": "forced by layout" | 208 "reason": "forced by layout" |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 "object": "LayoutSVGInlineText #text", | 431 "object": "LayoutSVGInlineText #text", |
446 "reason": "forced by layout" | 432 "reason": "forced by layout" |
447 }, | 433 }, |
448 { | 434 { |
449 "object": "InlineTextBox 'PASS'", | 435 "object": "InlineTextBox 'PASS'", |
450 "reason": "forced by layout" | 436 "reason": "forced by layout" |
451 } | 437 } |
452 ] | 438 ] |
453 } | 439 } |
454 | 440 |
OLD | NEW |