| 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": [ | 
| 11         { | 11         { | 
| 12           "object": "LayoutBlockFlow div id='contentBox'", | 12           "object": "LayoutBlockFlow div id='contentBox'", | 
| 13           "rect": [8, 72, 402, 402], | 13           "rect": [8, 72, 402, 402], | 
| 14           "reason": "forced by layout" | 14           "reason": "forced by layout" | 
| 15         }, | 15         }, | 
| 16         { | 16         { | 
| 17           "object": "LayoutSVGImage image", | 17           "object": "LayoutSVGImage image", | 
| 18           "rect": [9, 73, 400, 400], | 18           "rect": [9, 73, 400, 400], | 
| 19           "reason": "full" | 19           "reason": "full" | 
| 20         }, | 20         }, | 
| 21         { | 21         { | 
| 22           "object": "LayoutSVGRoot svg", | 22           "object": "LayoutSVGRoot svg", | 
| 23           "rect": [109, 73, 300, 400], | 23           "rect": [9, 73, 400, 400], | 
| 24           "reason": "incremental" | 24           "reason": "forced by layout" | 
| 25         } | 25         } | 
| 26       ] | 26       ] | 
| 27     } | 27     } | 
| 28   ], | 28   ], | 
| 29   "objectPaintInvalidations": [ | 29   "objectPaintInvalidations": [ | 
| 30     { | 30     { | 
| 31       "object": "RootInlineBox", |  | 
| 32       "reason": "full" |  | 
| 33     }, |  | 
| 34     { |  | 
| 35       "object": "InlineBox", |  | 
| 36       "reason": "full" |  | 
| 37     }, |  | 
| 38     { |  | 
| 39       "object": "LayoutBlockFlow div id='contentBox'", | 31       "object": "LayoutBlockFlow div id='contentBox'", | 
| 40       "reason": "forced by layout" | 32       "reason": "forced by layout" | 
| 41     }, | 33     }, | 
| 42     { | 34     { | 
| 43       "object": "RootInlineBox", | 35       "object": "RootInlineBox", | 
| 44       "reason": "forced by layout" | 36       "reason": "forced by layout" | 
| 45     }, | 37     }, | 
| 46     { | 38     { | 
| 47       "object": "LayoutSVGRoot svg", | 39       "object": "LayoutSVGRoot svg", | 
| 48       "reason": "incremental" | 40       "reason": "forced by layout" | 
| 49     }, | 41     }, | 
| 50     { | 42     { | 
| 51       "object": "LayoutSVGImage image", | 43       "object": "LayoutSVGImage image", | 
| 52       "reason": "full" | 44       "reason": "full" | 
| 53     } | 45     } | 
| 54   ] | 46   ] | 
| 55 } | 47 } | 
| 56 | 48 | 
| OLD | NEW | 
|---|