| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 42     { | 42     { | 
| 43       "object": "LayoutText #text", | 43       "object": "LayoutText #text", | 
| 44       "reason": "selection" | 44       "reason": "selection" | 
| 45     }, | 45     }, | 
| 46     { | 46     { | 
| 47       "object": "InlineTextBox 'a'", | 47       "object": "InlineTextBox 'a'", | 
| 48       "reason": "selection" | 48       "reason": "selection" | 
| 49     }, | 49     }, | 
| 50     { | 50     { | 
| 51       "object": "LayoutBR BR", | 51       "object": "LayoutBR BR", | 
| 52       "reason": "selection" |  | 
| 53     }, |  | 
| 54     { |  | 
| 55       "object": "InlineTextBox '\n'", |  | 
| 56       "reason": "selection" |  | 
| 57     }, |  | 
| 58     { |  | 
| 59       "object": "LayoutBR BR", |  | 
| 60       "reason": "became visible" | 52       "reason": "became visible" | 
| 61     }, | 53     }, | 
| 62     { | 54     { | 
| 63       "object": "InlineTextBox '\n'", | 55       "object": "InlineTextBox '\n'", | 
| 64       "reason": "became visible" | 56       "reason": "became visible" | 
| 65     }, | 57     }, | 
| 66     { | 58     { | 
| 67       "object": "LayoutText #text", | 59       "object": "LayoutText #text", | 
| 68       "reason": "selection" | 60       "reason": "selection" | 
| 69     }, | 61     }, | 
| 70     { | 62     { | 
| 71       "object": "InlineTextBox 'b'", | 63       "object": "InlineTextBox 'b'", | 
| 72       "reason": "selection" | 64       "reason": "selection" | 
| 73     } | 65     } | 
| 74   ] | 66   ] | 
| 75 } | 67 } | 
| 76 | 68 | 
| OLD | NEW | 
|---|