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='scroller'", |
| 11 "position": [8, 8], |
| 12 "bounds": [200, 200], |
| 13 "shouldFlattenTransform": false, |
| 14 "drawsContent": true, |
| 15 "paintInvalidations": [ |
| 16 { |
| 17 "object": "LayoutBlockFlow DIV id='scroller'", |
| 18 "rect": [0, 0, 200, 200], |
| 19 "reason": "style change" |
| 20 } |
| 21 ] |
| 22 }, |
| 23 { |
| 24 "name": "Scrolling Layer", |
| 25 "bounds": [185, 185], |
| 26 "shouldFlattenTransform": false |
| 27 }, |
| 28 { |
| 29 "name": "Scrolling Contents Layer", |
| 30 "bounds": [185, 300], |
| 31 "drawsContent": true |
| 32 }, |
| 33 { |
| 34 "name": "Overflow Controls Host Layer", |
| 35 "bounds": [200, 200] |
| 36 }, |
| 37 { |
| 38 "name": "Horizontal Scrollbar Layer", |
| 39 "position": [0, 185], |
| 40 "bounds": [185, 15] |
| 41 }, |
| 42 { |
| 43 "name": "Vertical Scrollbar Layer", |
| 44 "position": [185, 0], |
| 45 "bounds": [15, 185] |
| 46 }, |
| 47 { |
| 48 "name": "Scroll Corner Layer", |
| 49 "position": [185, 185], |
| 50 "bounds": [15, 15], |
| 51 "drawsContent": true |
| 52 }, |
| 53 { |
| 54 "name": "Decoration Layer", |
| 55 "bounds": [200, 200], |
| 56 "drawsContent": true, |
| 57 "paintInvalidations": [ |
| 58 { |
| 59 "object": "LayoutBlockFlow DIV id='scroller'", |
| 60 "rect": [0, 0, 200, 200], |
| 61 "reason": "style change" |
| 62 } |
| 63 ] |
| 64 } |
| 65 ], |
| 66 "objectPaintInvalidations": [ |
| 67 { |
| 68 "object": "LayoutBlockFlow DIV id='scroller'", |
| 69 "reason": "style change" |
| 70 } |
| 71 ] |
| 72 } |
| 73 |
OLD | NEW |