| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "backgroundColor": "#C0C0C0", | 10 "backgroundColor": "#C0C0C0", |
| 9 "paintInvalidations": [ | 11 "paintInvalidations": [ |
| 10 { | 12 { |
| 11 "object": "LayoutIFrame (positioned) IFRAME", | 13 "object": "LayoutIFrame (positioned) IFRAME", |
| 12 "rect": [2, 64, 235, 236], | 14 "rect": [2, 64, 235, 236], |
| 13 "reason": "invalidate paint rectangle" | 15 "reason": "invalidate paint rectangle" |
| 14 }, | 16 }, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 }, | 56 }, |
| 55 { | 57 { |
| 56 "object": "LayoutView #document", | 58 "object": "LayoutView #document", |
| 57 "rect": [237, 299, 15, 16], | 59 "rect": [237, 299, 15, 16], |
| 58 "reason": "scroll" | 60 "reason": "scroll" |
| 59 }, | 61 }, |
| 60 { | 62 { |
| 61 "object": "LayoutView #document", | 63 "object": "LayoutView #document", |
| 62 "rect": [237, 300, 15, 15], | 64 "rect": [237, 300, 15, 15], |
| 63 "reason": "scroll" | 65 "reason": "scroll" |
| 64 }, | |
| 65 { | |
| 66 "object": "HorizontalScrollbar", | |
| 67 "reason": "scroll" | |
| 68 }, | |
| 69 { | |
| 70 "object": "InlineTextBox 'scroll me'", | |
| 71 "reason": "subtree" | |
| 72 }, | |
| 73 { | |
| 74 "object": "RootInlineBox", | |
| 75 "reason": "full" | |
| 76 }, | |
| 77 { | |
| 78 "object": "VerticalScrollbar", | |
| 79 "reason": "scroll" | |
| 80 } | 66 } |
| 81 ] | 67 ] |
| 82 } | 68 } |
| 69 ], |
| 70 "objectPaintInvalidations": [ |
| 71 { |
| 72 "object": "LayoutIFrame (positioned) IFRAME", |
| 73 "reason": "invalidate paint rectangle" |
| 74 } |
| 83 ] | 75 ] |
| 84 } | 76 } |
| 85 | 77 |
| OLD | NEW |