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 27 matching lines...) Expand all Loading... |
38 "name": "Vertical Scrollbar Layer", | 38 "name": "Vertical Scrollbar Layer", |
39 "position": [185, 0], | 39 "position": [185, 0], |
40 "bounds": [15, 200], | 40 "bounds": [15, 200], |
41 "paintInvalidations": [ | 41 "paintInvalidations": [ |
42 { | 42 { |
43 "object": "Vertical Scrollbar Layer", | 43 "object": "Vertical Scrollbar Layer", |
44 "rect": [0, 0, 15, 200], | 44 "rect": [0, 0, 15, 200], |
45 "reason": "full" | 45 "reason": "full" |
46 } | 46 } |
47 ] | 47 ] |
| 48 }, |
| 49 { |
| 50 "name": "Decoration Layer", |
| 51 "bounds": [200, 200], |
| 52 "drawsContent": true |
48 } | 53 } |
49 ], | 54 ], |
50 "objectPaintInvalidations": [ | 55 "objectPaintInvalidations": [ |
51 { | 56 { |
52 "object": "LayoutBlockFlow DIV id='target'", | 57 "object": "LayoutBlockFlow DIV id='target'", |
53 "reason": "style change" | 58 "reason": "style change" |
54 } | 59 } |
55 ] | 60 ] |
56 } | 61 } |
57 | 62 |
OLD | NEW |