OLD | NEW |
(Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV id='container'", |
| 11 "position": [8, 8], |
| 12 "bounds": [400, 400], |
| 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true, |
| 15 "backgroundColor": "#0000FF" |
| 16 }, |
| 17 { |
| 18 "name": "Scrolling Layer", |
| 19 "bounds": [400, 400], |
| 20 "shouldFlattenTransform": false |
| 21 }, |
| 22 { |
| 23 "name": "Scrolling Contents Layer", |
| 24 "bounds": [400, 2000], |
| 25 "contentsOpaque": true, |
| 26 "drawsContent": true, |
| 27 "paintInvalidations": [ |
| 28 { |
| 29 "object": "LayoutBlockFlow DIV id='container'", |
| 30 "rect": [0, 500, 400, 1500], |
| 31 "reason": "background on scrolling contents layer" |
| 32 } |
| 33 ] |
| 34 }, |
| 35 { |
| 36 "name": "Overflow Controls Host Layer", |
| 37 "bounds": [400, 400] |
| 38 }, |
| 39 { |
| 40 "name": "Horizontal Scrollbar Layer", |
| 41 "position": [0, 400], |
| 42 "bounds": [400, 0], |
| 43 "drawsContent": true |
| 44 }, |
| 45 { |
| 46 "name": "Vertical Scrollbar Layer", |
| 47 "position": [400, 0], |
| 48 "bounds": [0, 400], |
| 49 "drawsContent": true |
| 50 } |
| 51 ], |
| 52 "objectPaintInvalidations": [ |
| 53 { |
| 54 "object": "Scrolling Contents Layer", |
| 55 "reason": "background on scrolling contents layer" |
| 56 } |
| 57 ] |
| 58 } |
| 59 |
OLD | NEW |