| 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 class='overflow fixed'", | 10 "name": "LayoutBlockFlow (positioned) DIV class='overflow fixed'", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 "backgroundColor": "#FFFF00" | 32 "backgroundColor": "#FFFF00" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "name": "Overflow Controls Host Layer", | 35 "name": "Overflow Controls Host Layer", |
| 36 "bounds": [800, 600] | 36 "bounds": [800, 600] |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "name": "Vertical Scrollbar Layer", | 39 "name": "Vertical Scrollbar Layer", |
| 40 "position": [785, 0], | 40 "position": [785, 0], |
| 41 "bounds": [15, 600] | 41 "bounds": [15, 600] |
| 42 }, |
| 43 { |
| 44 "name": "Decoration Layer", |
| 45 "bounds": [800, 600], |
| 46 "drawsContent": true |
| 42 } | 47 } |
| 43 ] | 48 ] |
| 44 } | 49 } |
| 45 | 50 |
| OLD | NEW |