| 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": "LayoutBlockFlow HTML", | |
| 32 "rect": [3, 65, 225, 235], | |
| 33 "reason": "subtree" | |
| 34 }, | |
| 35 { | |
| 36 "object": "LayoutText #text", | 31 "object": "LayoutText #text", |
| 37 "rect": [3, 65, 52, 17], | 32 "rect": [3, 65, 52, 17], |
| 38 "reason": "subtree" | 33 "reason": "subtree" |
| 39 }, | 34 }, |
| 40 { | 35 { |
| 41 "object": "LayoutView #document", | 36 "object": "LayoutView #document", |
| 42 "rect": [238, 65, 15, 235], | 37 "rect": [238, 65, 15, 235], |
| 43 "reason": "scroll" | 38 "reason": "scroll" |
| 44 } | 39 } |
| 45 ] | 40 ] |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "object": "LayoutText #text", | 73 "object": "LayoutText #text", |
| 79 "reason": "subtree" | 74 "reason": "subtree" |
| 80 }, | 75 }, |
| 81 { | 76 { |
| 82 "object": "InlineTextBox 'scroll me'", | 77 "object": "InlineTextBox 'scroll me'", |
| 83 "reason": "subtree" | 78 "reason": "subtree" |
| 84 } | 79 } |
| 85 ] | 80 ] |
| 86 } | 81 } |
| 87 | 82 |
| OLD | NEW |