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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "rect": [0, 0, 15, 185], | 49 "rect": [0, 0, 15, 185], |
50 "reason": "full" | 50 "reason": "full" |
51 } | 51 } |
52 ] | 52 ] |
53 }, | 53 }, |
54 { | 54 { |
55 "name": "Scroll Corner Layer", | 55 "name": "Scroll Corner Layer", |
56 "position": [185, 185], | 56 "position": [185, 185], |
57 "bounds": [15, 15], | 57 "bounds": [15, 15], |
58 "drawsContent": true | 58 "drawsContent": true |
| 59 }, |
| 60 { |
| 61 "name": "Decoration Layer", |
| 62 "bounds": [200, 200], |
| 63 "drawsContent": true |
59 } | 64 } |
60 ], | 65 ], |
61 "objectPaintInvalidations": [ | 66 "objectPaintInvalidations": [ |
62 { | 67 { |
63 "object": "LayoutBlockFlow DIV id='indicator'", | 68 "object": "LayoutBlockFlow DIV id='indicator'", |
64 "reason": "style change" | 69 "reason": "style change" |
65 } | 70 } |
66 ] | 71 ] |
67 } | 72 } |
68 | 73 |
OLD | NEW |