| 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 22 matching lines...) Expand all Loading... |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "RootInlineBox", | 35 "object": "RootInlineBox", |
| 36 "reason": "subtree" | 36 "reason": "subtree" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "object": "HorizontalScrollbar", | 39 "object": "HorizontalScrollbar", |
| 40 "reason": "scroll control" | 40 "reason": "scroll control" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "object": "Caret", |
| 44 "reason": "caret" |
| 45 }, |
| 46 { |
| 43 "object": "LayoutText #text", | 47 "object": "LayoutText #text", |
| 44 "reason": "subtree" | 48 "reason": "subtree" |
| 45 }, | 49 }, |
| 46 { | 50 { |
| 47 "object": "InlineTextBox 'test test test'", | 51 "object": "InlineTextBox 'test test test'", |
| 48 "reason": "subtree" | 52 "reason": "subtree" |
| 49 } | 53 } |
| 50 ] | 54 ] |
| 51 } | 55 } |
| 52 | 56 |
| OLD | NEW |