| 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 17 matching lines...) Expand all Loading... |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "name": "Scrolling Contents Layer", | 30 "name": "Scrolling Contents Layer", |
| 31 "bounds": [185, 300], | 31 "bounds": [185, 300], |
| 32 "contentsOpaque": true, | 32 "contentsOpaque": true, |
| 33 "drawsContent": true, | 33 "drawsContent": true, |
| 34 "paintInvalidations": [ | 34 "paintInvalidations": [ |
| 35 { | 35 { |
| 36 "object": "LayoutBlockFlow DIV id='scroller'", | 36 "object": "LayoutBlockFlow DIV id='scroller'", |
| 37 "rect": [0, 0, 185, 300], | 37 "rect": [0, 0, 185, 300], |
| 38 "reason": "style change" | 38 "reason": "background on scrolling contents layer" |
| 39 } | 39 } |
| 40 ] | 40 ] |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "name": "Overflow Controls Host Layer", | 43 "name": "Overflow Controls Host Layer", |
| 44 "bounds": [200, 200] | 44 "bounds": [200, 200] |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "name": "Horizontal Scrollbar Layer", | 47 "name": "Horizontal Scrollbar Layer", |
| 48 "position": [0, 185], | 48 "position": [0, 185], |
| 49 "bounds": [185, 15] | 49 "bounds": [185, 15] |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "name": "Vertical Scrollbar Layer", | 52 "name": "Vertical Scrollbar Layer", |
| 53 "position": [185, 0], | 53 "position": [185, 0], |
| 54 "bounds": [15, 185] | 54 "bounds": [15, 185] |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "name": "Scroll Corner Layer", | 57 "name": "Scroll Corner Layer", |
| 58 "position": [185, 185], | 58 "position": [185, 185], |
| 59 "bounds": [15, 15], | 59 "bounds": [15, 15], |
| 60 "drawsContent": true | 60 "drawsContent": true |
| 61 } | 61 } |
| 62 ], | 62 ], |
| 63 "objectPaintInvalidations": [ | 63 "objectPaintInvalidations": [ |
| 64 { | 64 { |
| 65 "object": "Scrolling Contents Layer", | 65 "object": "Scrolling Contents Layer", |
| 66 "reason": "style change" | 66 "reason": "background on scrolling contents layer" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "object": "LayoutBlockFlow DIV id='scroller'", | 69 "object": "LayoutBlockFlow DIV id='scroller'", |
| 70 "reason": "style change" | 70 "reason": "style change" |
| 71 } | 71 } |
| 72 ] | 72 ] |
| 73 } | 73 } |
| 74 | 74 |
| OLD | NEW |