| 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 "backgroundColor": "#C0C0C0", | 8 "backgroundColor": "#C0C0C0", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "object": "LayoutView #document", | 21 "object": "LayoutView #document", |
| 22 "rect": [3, 65, 235, 235], | 22 "rect": [3, 65, 235, 235], |
| 23 "reason": "subtree" | 23 "reason": "subtree" |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 "object": "LayoutView #document", | 26 "object": "LayoutView #document", |
| 27 "rect": [3, 300, 235, 15], | 27 "rect": [3, 300, 235, 15], |
| 28 "reason": "scroll" | 28 "reason": "scroll" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutText #text", | |
| 32 "rect": [3, 65, 58, 15], | |
| 33 "reason": "subtree" | |
| 34 }, | |
| 35 { | |
| 36 "object": "LayoutView #document", | 31 "object": "LayoutView #document", |
| 37 "rect": [238, 65, 15, 235], | 32 "rect": [238, 65, 15, 235], |
| 38 "reason": "scroll" | 33 "reason": "scroll" |
| 39 } | 34 } |
| 40 ] | 35 ] |
| 41 } | 36 } |
| 42 ], | 37 ], |
| 43 "objectPaintInvalidations": [ | 38 "objectPaintInvalidations": [ |
| 44 { | 39 { |
| 45 "object": "LayoutIFrame (positioned) IFRAME", | 40 "object": "LayoutIFrame (positioned) IFRAME", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 73 "object": "LayoutText #text", | 68 "object": "LayoutText #text", |
| 74 "reason": "subtree" | 69 "reason": "subtree" |
| 75 }, | 70 }, |
| 76 { | 71 { |
| 77 "object": "InlineTextBox 'scroll me'", | 72 "object": "InlineTextBox 'scroll me'", |
| 78 "reason": "subtree" | 73 "reason": "subtree" |
| 79 } | 74 } |
| 80 ] | 75 ] |
| 81 } | 76 } |
| 82 | 77 |
| OLD | NEW |