OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineTextBox ''", | |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "full" | |
13 }, | |
14 { | |
15 "object": "LayoutSVGContainer g id='objectsToRemove'", | 10 "object": "LayoutSVGContainer g id='objectsToRemove'", |
16 "rect": [0, 0, 216, 128], | 11 "rect": [0, 0, 216, 128], |
17 "reason": "became invisible" | 12 "reason": "became invisible" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutSVGInlineText #text", | 15 "object": "LayoutSVGInlineText #text", |
21 "rect": [50, 111, 166, 17], | 16 "rect": [50, 111, 166, 17], |
22 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
23 }, | 18 }, |
24 { | 19 { |
| 20 "object": "LayoutSVGText text", |
| 21 "rect": [50, 111, 166, 17], |
| 22 "reason": "layoutObject removal" |
| 23 }, |
| 24 { |
25 "object": "LayoutSVGRect rect", | 25 "object": "LayoutSVGRect rect", |
26 "rect": [0, 0, 20, 20], | 26 "rect": [0, 0, 20, 20], |
27 "reason": "layoutObject removal" | 27 "reason": "layoutObject removal" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutSVGText text", | 30 "object": "InlineTextBox ''", |
31 "rect": [50, 111, 166, 17], | 31 "reason": "full" |
32 "reason": "layoutObject removal" | |
33 }, | 32 }, |
34 { | 33 { |
35 "object": "RootInlineBox", | 34 "object": "RootInlineBox", |
36 "rect": [0, 0, 0, 0], | |
37 "reason": "full" | 35 "reason": "full" |
38 } | 36 } |
39 ] | 37 ] |
40 } | 38 } |
41 ] | 39 ] |
42 } | 40 } |
43 | 41 |
OLD | NEW |