| 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 (positioned) DIV id='scroller' class='scroller'", | 10 "name": "LayoutBlockFlow (positioned) DIV id='scroller' class='scroller'", |
| 11 "position": [10, 60], | 11 "position": [10, 60], |
| 12 "bounds": [700, 400], | 12 "bounds": [700, 400], |
| 13 "shouldFlattenTransform": false, | 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true | 14 "drawsContent": true |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "name": "Scrolling Layer", | 17 "name": "Scrolling Layer", |
| 18 "bounds": [685, 385], | 18 "bounds": [685, 385], |
| 19 "shouldFlattenTransform": false | 19 "shouldFlattenTransform": false |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "name": "Scrolling Contents Layer", | 22 "name": "Scrolling Contents Layer", |
| 23 "bounds": [685, 600], | 23 "bounds": [685, 600], |
| 24 "drawsContent": true, | 24 "drawsContent": true, |
| 25 "paintInvalidations": [ | 25 "paintInvalidations": [ |
| 26 { | 26 { |
| 27 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 27 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
| 28 "rect": [300, 200, 120, 50], | 28 "rect": [300, 200, 120, 50], |
| 29 "reason": "bounds change" | 29 "reason": "geometry" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 32 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
| 33 "rect": [50, 200, 120, 50], | 33 "rect": [50, 200, 120, 50], |
| 34 "reason": "bounds change" | 34 "reason": "geometry" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "name": "Overflow Controls Host Layer", | 39 "name": "Overflow Controls Host Layer", |
| 40 "bounds": [700, 400] | 40 "bounds": [700, 400] |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "name": "Horizontal Scrollbar Layer", | 43 "name": "Horizontal Scrollbar Layer", |
| 44 "position": [0, 385], | 44 "position": [0, 385], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 59 { | 59 { |
| 60 "name": "Scroll Corner Layer", | 60 "name": "Scroll Corner Layer", |
| 61 "position": [685, 385], | 61 "position": [685, 385], |
| 62 "bounds": [15, 15], | 62 "bounds": [15, 15], |
| 63 "drawsContent": true | 63 "drawsContent": true |
| 64 } | 64 } |
| 65 ], | 65 ], |
| 66 "objectPaintInvalidations": [ | 66 "objectPaintInvalidations": [ |
| 67 { | 67 { |
| 68 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 68 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
| 69 "reason": "bounds change" | 69 "reason": "geometry" |
| 70 } | 70 } |
| 71 ] | 71 ] |
| 72 } | 72 } |
| 73 | 73 |
| OLD | NEW |