| 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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutTextControl INPUT id='target'", | 10 "object": "LayoutTextControl INPUT id='target'", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 { | 40 { |
| 41 "object": "LayoutBlockFlow DIV id='inner-editor'", | 41 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 42 "reason": "subtree" | 42 "reason": "subtree" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "RootInlineBox", | 45 "object": "RootInlineBox", |
| 46 "reason": "subtree" | 46 "reason": "subtree" |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "object": "HorizontalScrollbar", | 49 "object": "HorizontalScrollbar", |
| 50 "reason": "scroll" | 50 "reason": "scroll control" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "LayoutText #text", | 53 "object": "LayoutText #text", |
| 54 "reason": "subtree" | 54 "reason": "subtree" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "object": "InlineTextBox 'test test test'", | 57 "object": "InlineTextBox 'test test test'", |
| 58 "reason": "subtree" | 58 "reason": "subtree" |
| 59 } | 59 } |
| 60 ] | 60 ] |
| 61 } | 61 } |
| 62 | 62 |
| OLD | NEW |