| 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'", | 10 "name": "LayoutBlockFlow (positioned) DIV id='scroller'", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "rect": [0, 0, 15, 385], | 54 "rect": [0, 0, 15, 385], |
| 55 "reason": "full" | 55 "reason": "full" |
| 56 } | 56 } |
| 57 ] | 57 ] |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "name": "Scroll Corner Layer", | 60 "name": "Scroll Corner Layer", |
| 61 "position": [285, 385], | 61 "position": [285, 385], |
| 62 "bounds": [15, 15], | 62 "bounds": [15, 15], |
| 63 "drawsContent": true | 63 "drawsContent": true |
| 64 }, |
| 65 { |
| 66 "name": "Decoration Layer", |
| 67 "bounds": [300, 400], |
| 68 "drawsContent": true |
| 64 } | 69 } |
| 65 ], | 70 ], |
| 66 "objectPaintInvalidations": [ | 71 "objectPaintInvalidations": [ |
| 67 { | 72 { |
| 68 "object": "LayoutBlockFlow (positioned) DIV id='block'", | 73 "object": "LayoutBlockFlow (positioned) DIV id='block'", |
| 69 "reason": "bounds change" | 74 "reason": "bounds change" |
| 70 } | 75 } |
| 71 ] | 76 ] |
| 72 } | 77 } |
| 73 | 78 |
| OLD | NEW |