| 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='t'", |  | 
| 13           "rect": [8, 110, 784, 100], |  | 
| 14           "reason": "became visible" |  | 
| 15         }, |  | 
| 16         { |  | 
| 17           "object": "LayoutBlockFlow (floating) DIV", | 12           "object": "LayoutBlockFlow (floating) DIV", | 
| 18           "rect": [8, 210, 100, 100], | 13           "rect": [8, 210, 100, 100], | 
| 19           "reason": "forced by layout" | 14           "reason": "forced by layout" | 
| 20         }, | 15         }, | 
| 21         { | 16         { | 
| 22           "object": "LayoutBlockFlow (floating) DIV", | 17           "object": "LayoutBlockFlow (floating) DIV", | 
| 23           "rect": [8, 110, 100, 100], | 18           "rect": [8, 110, 100, 100], | 
| 24           "reason": "forced by layout" | 19           "reason": "forced by layout" | 
| 25         } | 20         } | 
| 26       ] | 21       ] | 
| 27     } | 22     } | 
| 28   ], | 23   ], | 
| 29   "objectPaintInvalidations": [ | 24   "objectPaintInvalidations": [ | 
| 30     { | 25     { | 
| 31       "object": "LayoutBlockFlow DIV id='t'", |  | 
| 32       "reason": "became visible" |  | 
| 33     }, |  | 
| 34     { |  | 
| 35       "object": "LayoutBlockFlow DIV id='s'", |  | 
| 36       "reason": "bounds change" |  | 
| 37     }, |  | 
| 38     { |  | 
| 39       "object": "LayoutBlockFlow (floating) DIV", | 26       "object": "LayoutBlockFlow (floating) DIV", | 
| 40       "reason": "forced by layout" | 27       "reason": "forced by layout" | 
| 41     } | 28     } | 
| 42   ] | 29   ] | 
| 43 } | 30 } | 
| 44 | 31 | 
| OLD | NEW | 
|---|