| 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 24 matching lines...) Expand all  Loading... | 
| 35     { | 35     { | 
| 36       "object": "LayoutGrid DIV id='container'", | 36       "object": "LayoutGrid DIV id='container'", | 
| 37       "reason": "style change" | 37       "reason": "style change" | 
| 38     }, | 38     }, | 
| 39     { | 39     { | 
| 40       "object": "LayoutBlockFlow DIV class='item'", | 40       "object": "LayoutBlockFlow DIV class='item'", | 
| 41       "reason": "bounds change" | 41       "reason": "bounds change" | 
| 42     }, | 42     }, | 
| 43     { | 43     { | 
| 44       "object": "LayoutBlockFlow DIV", | 44       "object": "LayoutBlockFlow DIV", | 
| 45       "reason": "bounds change" | 45       "reason": "location change" | 
| 46     }, | 46     }, | 
| 47     { | 47     { | 
| 48       "object": "LayoutBlockFlow DIV class='item'", | 48       "object": "LayoutBlockFlow DIV class='item'", | 
| 49       "reason": "bounds change" | 49       "reason": "bounds change" | 
| 50     }, | 50     }, | 
| 51     { | 51     { | 
| 52       "object": "LayoutBlockFlow DIV", | 52       "object": "LayoutBlockFlow DIV", | 
| 53       "reason": "bounds change" | 53       "reason": "location change" | 
| 54     }, | 54     }, | 
| 55     { | 55     { | 
| 56       "object": "LayoutBlockFlow DIV class='item'", | 56       "object": "LayoutBlockFlow DIV class='item'", | 
| 57       "reason": "bounds change" | 57       "reason": "bounds change" | 
| 58     }, | 58     }, | 
| 59     { | 59     { | 
| 60       "object": "LayoutBlockFlow DIV", | 60       "object": "LayoutBlockFlow DIV", | 
| 61       "reason": "bounds change" | 61       "reason": "location change" | 
| 62     } | 62     } | 
| 63   ] | 63   ] | 
| 64 } | 64 } | 
| 65 | 65 | 
| OLD | NEW | 
|---|