| 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 BODY", |  | 
| 13           "rect": [0, 20, 800, 400], |  | 
| 14           "reason": "bounds change" |  | 
| 15         }, |  | 
| 16         { |  | 
| 17           "object": "LayoutBlockFlow BODY", |  | 
| 18           "rect": [0, 0, 800, 400], |  | 
| 19           "reason": "bounds change" |  | 
| 20         }, |  | 
| 21         { |  | 
| 22           "object": "LayoutBlockFlow (relative positioned) DIV id='container'", |  | 
| 23           "rect": [0, 60, 200, 400], |  | 
| 24           "reason": "bounds change" |  | 
| 25         }, |  | 
| 26         { |  | 
| 27           "object": "LayoutBlockFlow (relative positioned) DIV id='container'", |  | 
| 28           "rect": [0, 40, 200, 400], |  | 
| 29           "reason": "bounds change" |  | 
| 30         }, |  | 
| 31         { |  | 
| 32           "object": "LayoutBlockFlow (relative positioned) DIV id='test'", | 12           "object": "LayoutBlockFlow (relative positioned) DIV id='test'", | 
| 33           "rect": [0, 60, 100, 100], | 13           "rect": [0, 60, 100, 100], | 
| 34           "reason": "bounds change" | 14           "reason": "bounds change" | 
| 35         }, | 15         }, | 
| 36         { | 16         { | 
| 37           "object": "LayoutBlockFlow (relative positioned) DIV id='test'", | 17           "object": "LayoutBlockFlow (relative positioned) DIV id='test'", | 
| 38           "rect": [0, 40, 100, 100], | 18           "rect": [0, 40, 100, 100], | 
| 39           "reason": "bounds change" | 19           "reason": "bounds change" | 
| 40         } | 20         } | 
| 41       ] | 21       ] | 
| 42     } | 22     } | 
| 43   ], | 23   ], | 
| 44   "objectPaintInvalidations": [ | 24   "objectPaintInvalidations": [ | 
| 45     { | 25     { | 
| 46       "object": "LayoutBlockFlow BODY", |  | 
| 47       "reason": "bounds change" |  | 
| 48     }, |  | 
| 49     { |  | 
| 50       "object": "LayoutBlockFlow (relative positioned) DIV id='container'", | 26       "object": "LayoutBlockFlow (relative positioned) DIV id='container'", | 
| 51       "reason": "bounds change" | 27       "reason": "location change" | 
| 52     }, | 28     }, | 
| 53     { | 29     { | 
| 54       "object": "LayoutBlockFlow (relative positioned) DIV id='test'", | 30       "object": "LayoutBlockFlow (relative positioned) DIV id='test'", | 
| 55       "reason": "bounds change" | 31       "reason": "bounds change" | 
| 56     } | 32     } | 
| 57   ] | 33   ] | 
| 58 } | 34 } | 
| 59 | 35 | 
| OLD | NEW | 
|---|