| OLD | NEW | 
|---|
| 1 { | 1 { | 
| 2   "name": "Content Root Layer", | 2   "name": "Content Root Layer", | 
| 3   "bounds": [800, 600], | 3   "bounds": [800, 600], | 
| 4   "children": [ | 4   "children": [ | 
| 5     { | 5     { | 
| 6       "name": "LayoutView #document", | 6       "name": "LayoutView #document", | 
| 7       "bounds": [800, 600], | 7       "bounds": [800, 600], | 
| 8       "contentsOpaque": true, | 8       "contentsOpaque": true, | 
| 9       "drawsContent": true, | 9       "drawsContent": true, | 
| 10       "paintInvalidations": [ | 10       "paintInvalidations": [ | 
| (...skipping 19 matching lines...) Expand all  Loading... | 
| 30         } | 30         } | 
| 31       ] | 31       ] | 
| 32     } | 32     } | 
| 33   ], | 33   ], | 
| 34   "objectPaintInvalidations": [ | 34   "objectPaintInvalidations": [ | 
| 35     { | 35     { | 
| 36       "object": "LayoutSVGRect rect", | 36       "object": "LayoutSVGRect rect", | 
| 37       "reason": "layoutObject removal" | 37       "reason": "layoutObject removal" | 
| 38     }, | 38     }, | 
| 39     { | 39     { | 
| 40       "object": "InlineTextBox ''", |  | 
| 41       "reason": "full" |  | 
| 42     }, |  | 
| 43     { |  | 
| 44       "object": "LayoutSVGInlineText #text", | 40       "object": "LayoutSVGInlineText #text", | 
| 45       "reason": "layoutObject removal" | 41       "reason": "layoutObject removal" | 
| 46     }, | 42     }, | 
| 47     { | 43     { | 
| 48       "object": "RootInlineBox", |  | 
| 49       "reason": "full" |  | 
| 50     }, |  | 
| 51     { |  | 
| 52       "object": "LayoutSVGText text", | 44       "object": "LayoutSVGText text", | 
| 53       "reason": "layoutObject removal" | 45       "reason": "layoutObject removal" | 
| 54     }, | 46     }, | 
| 55     { | 47     { | 
| 56       "object": "LayoutSVGContainer g id='objectsToRemove'", | 48       "object": "LayoutSVGContainer g id='objectsToRemove'", | 
| 57       "reason": "became invisible" | 49       "reason": "became invisible" | 
| 58     } | 50     } | 
| 59   ] | 51   ] | 
| 60 } | 52 } | 
| 61 | 53 | 
| OLD | NEW | 
|---|