| 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 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow DIV id='scroller'", | 10 "name": "LayoutBlockFlow DIV id='scroller'", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "name": "Horizontal Scrollbar Layer", | 58 "name": "Horizontal Scrollbar Layer", |
| 59 "position": [0, 100], | 59 "position": [0, 100], |
| 60 "bounds": [100, 0], | 60 "bounds": [100, 0], |
| 61 "drawsContent": true | 61 "drawsContent": true |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "name": "Vertical Scrollbar Layer", | 64 "name": "Vertical Scrollbar Layer", |
| 65 "position": [100, 0], | 65 "position": [100, 0], |
| 66 "bounds": [0, 100], | 66 "bounds": [0, 100], |
| 67 "drawsContent": true | 67 "drawsContent": true |
| 68 }, |
| 69 { |
| 70 "name": "Decoration Layer", |
| 71 "bounds": [100, 100], |
| 72 "drawsContent": true |
| 68 } | 73 } |
| 69 ], | 74 ], |
| 70 "objectPaintInvalidations": [ | 75 "objectPaintInvalidations": [ |
| 71 { | 76 { |
| 72 "object": "Caret", | 77 "object": "Caret", |
| 73 "reason": "invalidate paint rectangle" | 78 "reason": "invalidate paint rectangle" |
| 74 }, | 79 }, |
| 75 { | 80 { |
| 76 "object": "LayoutTextControl INPUT id='text'", | 81 "object": "LayoutTextControl INPUT id='text'", |
| 77 "reason": "subtree" | 82 "reason": "subtree" |
| 78 }, | 83 }, |
| 79 { | 84 { |
| 80 "object": "LayoutBlockFlow DIV id='inner-editor'", | 85 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 81 "reason": "subtree" | 86 "reason": "subtree" |
| 82 }, | 87 }, |
| 83 { | 88 { |
| 84 "object": "Caret", | 89 "object": "Caret", |
| 85 "reason": "invalidate paint rectangle" | 90 "reason": "invalidate paint rectangle" |
| 86 }, | 91 }, |
| 87 { | 92 { |
| 88 "object": "Caret", | 93 "object": "Caret", |
| 89 "reason": "invalidate paint rectangle" | 94 "reason": "invalidate paint rectangle" |
| 90 } | 95 } |
| 91 ] | 96 ] |
| 92 } | 97 } |
| 93 | 98 |
| OLD | NEW |