| 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": "LayoutBlockFlow BODY", |
| 11 "rect": [8, 8, 784, 36], |
| 12 "reason": "geometry" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutTextControl TEXTAREA id='editor'", | 15 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 11 "rect": [5, 5, 147, 38], | 16 "rect": [5, 5, 147, 38], |
| 12 "reason": "subtree" | 17 "reason": "subtree" |
| 13 }, | 18 }, |
| 14 { | 19 { |
| 15 "object": "LayoutTextControl TEXTAREA id='editor'", | 20 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 16 "rect": [9, 24, 124, 15], | 21 "rect": [9, 24, 124, 15], |
| 17 "reason": "scroll control" | 22 "reason": "scroll control" |
| 18 }, | 23 }, |
| 19 { | 24 { |
| 20 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 21 "rect": [9, 11, 124, 13], | 26 "rect": [9, 11, 124, 13], |
| 22 "reason": "subtree" | 27 "reason": "subtree" |
| 23 }, | 28 }, |
| 24 { | 29 { |
| 25 "object": "LayoutTextControl TEXTAREA id='editor'", | 30 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 26 "rect": [133, 24, 15, 15], | 31 "rect": [133, 24, 15, 15], |
| 27 "reason": "scroll control" | 32 "reason": "scroll control" |
| 28 }, | 33 }, |
| 29 { | 34 { |
| 30 "object": "LayoutTextControl TEXTAREA id='editor'", | 35 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 31 "rect": [133, 9, 15, 15], | 36 "rect": [133, 9, 15, 15], |
| 32 "reason": "scroll control" | 37 "reason": "scroll control" |
| 33 } | 38 } |
| 34 ] | 39 ] |
| 35 } | 40 } |
| 36 ], | 41 ], |
| 37 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 38 { | 43 { |
| 44 "object": "LayoutBlockFlow BODY", |
| 45 "reason": "geometry" |
| 46 }, |
| 47 { |
| 48 "object": "RootInlineBox", |
| 49 "reason": "geometry" |
| 50 }, |
| 51 { |
| 39 "object": "LayoutTextControl TEXTAREA id='editor'", | 52 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 40 "reason": "subtree" | 53 "reason": "subtree" |
| 41 }, | 54 }, |
| 42 { | 55 { |
| 43 "object": "LayoutTextControl TEXTAREA id='editor'", | 56 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 44 "reason": "geometry" | 57 "reason": "geometry" |
| 45 }, | 58 }, |
| 46 { | 59 { |
| 47 "object": "HorizontalScrollbar", | 60 "object": "HorizontalScrollbar", |
| 48 "reason": "scroll control" | 61 "reason": "scroll control" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 71 "object": "LayoutText #text", | 84 "object": "LayoutText #text", |
| 72 "reason": "subtree" | 85 "reason": "subtree" |
| 73 }, | 86 }, |
| 74 { | 87 { |
| 75 "object": "InlineTextBox '------------------------------------------------
------------'", | 88 "object": "InlineTextBox '------------------------------------------------
------------'", |
| 76 "reason": "subtree" | 89 "reason": "subtree" |
| 77 } | 90 } |
| 78 ] | 91 ] |
| 79 } | 92 } |
| 80 | 93 |
| OLD | NEW |