| 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": "LayoutTextControl INPUT id='root'", | 10 "name": "LayoutTextControl INPUT id='root'", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "name": "Scrolling Layer", | 36 "name": "Scrolling Layer", |
| 37 "bounds": [35, 13], | 37 "bounds": [35, 13], |
| 38 "shouldFlattenTransform": false | 38 "shouldFlattenTransform": false |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "name": "Scrolling Contents Layer", | 41 "name": "Scrolling Contents Layer", |
| 42 "bounds": [67, 13], | 42 "bounds": [67, 13], |
| 43 "drawsContent": true, | 43 "drawsContent": true, |
| 44 "paintInvalidations": [ | 44 "paintInvalidations": [ |
| 45 { | 45 { |
| 46 "object": "LayoutText #text", | 46 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 47 "rect": [64, -1, 3, 15], | 47 "rect": [65, 0, 1, 13], |
| 48 "reason": "invalidate paint rectangle" | 48 "reason": "caret" |
| 49 } | 49 } |
| 50 ] | 50 ] |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "name": "Overflow Controls Host Layer", | 53 "name": "Overflow Controls Host Layer", |
| 54 "bounds": [35, 13] | 54 "bounds": [35, 13] |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "name": "Horizontal Scrollbar Layer", | 57 "name": "Horizontal Scrollbar Layer", |
| 58 "position": [0, 13], | 58 "position": [0, 13], |
| 59 "bounds": [35, 0], | 59 "bounds": [35, 0], |
| 60 "drawsContent": true | 60 "drawsContent": true |
| 61 } | 61 } |
| 62 ], | 62 ], |
| 63 "objectPaintInvalidations": [ | 63 "objectPaintInvalidations": [ |
| 64 { | 64 { |
| 65 "object": "Caret", | 65 "object": "LayoutTextControl INPUT id='root'", |
| 66 "reason": "invalidate paint rectangle" | 66 "reason": "subtree" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "object": "LayoutTextControl INPUT id='root'", | 69 "object": "Caret", |
| 70 "reason": "subtree" | 70 "reason": "caret" |
| 71 } | 71 } |
| 72 ] | 72 ] |
| 73 } | 73 } |
| 74 | 74 |
| OLD | NEW |