| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutTextControl INPUT id='root'", | 10 "name": "LayoutTextControl INPUT id='root'", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 { | 44 { |
| 45 "object": "LayoutBlockFlow DIV id='inner-editor'", | 45 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 46 "reason": "subtree" | 46 "reason": "subtree" |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "object": "RootInlineBox", | 49 "object": "RootInlineBox", |
| 50 "reason": "subtree" | 50 "reason": "subtree" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "HorizontalScrollbar", | 53 "object": "HorizontalScrollbar", |
| 54 "reason": "scroll" | 54 "reason": "scroll control" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "object": "Caret", | 57 "object": "Caret", |
| 58 "reason": "caret" | 58 "reason": "caret" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "object": "LayoutText #text", | 61 "object": "LayoutText #text", |
| 62 "reason": "subtree" | 62 "reason": "subtree" |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "object": "InlineTextBox 'test test test'", | 65 "object": "InlineTextBox 'test test test'", |
| 66 "reason": "subtree" | 66 "reason": "subtree" |
| 67 } | 67 } |
| 68 ] | 68 ] |
| 69 } | 69 } |
| 70 | 70 |
| OLD | NEW |