| 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 class='item1'", | 12           "object": "LayoutBlockFlow DIV class='item1'", | 
| 13           "rect": [0, 52, 150, 300], | 13           "rect": [0, 52, 150, 300], | 
| 14           "reason": "style change" | 14           "reason": "bounds change" | 
| 15         }, | 15         }, | 
| 16         { | 16         { | 
| 17           "object": "LayoutBlockFlow DIV class='item1'", | 17           "object": "LayoutBlockFlow DIV class='item1'", | 
| 18           "rect": [-50, 52, 150, 300], | 18           "rect": [-50, 52, 150, 300], | 
| 19           "reason": "style change" | 19           "reason": "bounds change" | 
| 20         }, |  | 
| 21         { |  | 
| 22           "object": "LayoutBlockFlow DIV class='item2'", |  | 
| 23           "rect": [150, 52, 50, 300], |  | 
| 24           "reason": "style change" |  | 
| 25         } | 20         } | 
| 26       ] | 21       ] | 
| 27     } | 22     } | 
| 28   ], | 23   ], | 
| 29   "objectPaintInvalidations": [ | 24   "objectPaintInvalidations": [ | 
| 30     { | 25     { | 
| 31       "object": "LayoutBlockFlow DIV class='item1'", | 26       "object": "LayoutBlockFlow DIV class='item1'", | 
| 32       "reason": "style change" | 27       "reason": "bounds change" | 
| 33     }, | 28     }, | 
| 34     { | 29     { | 
| 35       "object": "LayoutBlockFlow DIV", | 30       "object": "LayoutBlockFlow DIV", | 
| 36       "reason": "location change" | 31       "reason": "location change" | 
| 37     }, |  | 
| 38     { |  | 
| 39       "object": "LayoutBlockFlow DIV class='item2'", |  | 
| 40       "reason": "style change" |  | 
| 41     } | 32     } | 
| 42   ] | 33   ] | 
| 43 } | 34 } | 
| 44 | 35 | 
| OLD | NEW | 
|---|