| 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": "LayoutTable TABLE", | 12           "object": "LayoutTable TABLE", | 
| 13           "rect": [8, 58, 114, 4], | 13           "rect": [8, 58, 114, 4], | 
| 14           "reason": "incremental" | 14           "reason": "incremental" | 
| 15         }, | 15         }, | 
| 16         { | 16         { | 
| 17           "object": "LayoutTable TABLE", | 17           "object": "LayoutTable TABLE", | 
| 18           "rect": [8, 60, 114, 2], | 18           "rect": [8, 60, 114, 2], | 
| 19           "reason": "incremental" | 19           "reason": "incremental" | 
| 20         }, | 20         }, | 
| 21         { | 21         { | 
| 22           "object": "LayoutTableRow TR", |  | 
| 23           "rect": [10, 10, 111, 50], |  | 
| 24           "reason": "bounds change" |  | 
| 25         }, |  | 
| 26         { |  | 
| 27           "object": "LayoutTableSection TBODY", |  | 
| 28           "rect": [10, 10, 111, 50], |  | 
| 29           "reason": "bounds change" |  | 
| 30         }, |  | 
| 31         { |  | 
| 32           "object": "LayoutTableRow TR", |  | 
| 33           "rect": [9, 9, 107, 50], |  | 
| 34           "reason": "bounds change" |  | 
| 35         }, |  | 
| 36         { |  | 
| 37           "object": "LayoutTableSection TBODY", |  | 
| 38           "rect": [9, 9, 107, 50], |  | 
| 39           "reason": "bounds change" |  | 
| 40         }, |  | 
| 41         { |  | 
| 42           "object": "LayoutTableCell TD id='foo'", | 22           "object": "LayoutTableCell TD id='foo'", | 
| 43           "rect": [8, 8, 60, 54], | 23           "rect": [8, 8, 60, 54], | 
| 44           "reason": "style change" | 24           "reason": "style change" | 
| 45         }, | 25         }, | 
| 46         { | 26         { | 
| 47           "object": "LayoutTableCell TD", | 27           "object": "LayoutTableCell TD", | 
| 48           "rect": [64, 8, 58, 54], | 28           "rect": [64, 8, 58, 54], | 
| 49           "reason": "bounds change" | 29           "reason": "bounds change" | 
| 50         }, | 30         }, | 
| 51         { | 31         { | 
| (...skipping 21 matching lines...) Expand all  Loading... | 
| 73     }, | 53     }, | 
| 74     { | 54     { | 
| 75       "object": "LayoutTableCell TD", | 55       "object": "LayoutTableCell TD", | 
| 76       "reason": "style change" | 56       "reason": "style change" | 
| 77     }, | 57     }, | 
| 78     { | 58     { | 
| 79       "object": "LayoutTable TABLE", | 59       "object": "LayoutTable TABLE", | 
| 80       "reason": "incremental" | 60       "reason": "incremental" | 
| 81     }, | 61     }, | 
| 82     { | 62     { | 
| 83       "object": "LayoutTableSection TBODY", |  | 
| 84       "reason": "bounds change" |  | 
| 85     }, |  | 
| 86     { |  | 
| 87       "object": "LayoutTableRow TR", | 63       "object": "LayoutTableRow TR", | 
| 88       "reason": "bounds change" | 64       "reason": "location change" | 
| 89     }, | 65     }, | 
| 90     { | 66     { | 
| 91       "object": "LayoutTableCell TD id='foo'", | 67       "object": "LayoutTableCell TD id='foo'", | 
| 92       "reason": "style change" | 68       "reason": "style change" | 
| 93     }, | 69     }, | 
| 94     { | 70     { | 
| 95       "object": "LayoutTableCell TD", | 71       "object": "LayoutTableCell TD", | 
| 96       "reason": "bounds change" | 72       "reason": "bounds change" | 
| 97     } | 73     } | 
| 98   ] | 74   ] | 
| 99 } | 75 } | 
| 100 | 76 | 
| OLD | NEW | 
|---|