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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 { | 44 { |
45 "name": "Vertical Scrollbar Layer", | 45 "name": "Vertical Scrollbar Layer", |
46 "position": [185, 0], | 46 "position": [185, 0], |
47 "bounds": [15, 185] | 47 "bounds": [15, 185] |
48 }, | 48 }, |
49 { | 49 { |
50 "name": "Scroll Corner Layer", | 50 "name": "Scroll Corner Layer", |
51 "position": [185, 185], | 51 "position": [185, 185], |
52 "bounds": [15, 15], | 52 "bounds": [15, 15], |
53 "drawsContent": true | 53 "drawsContent": true |
| 54 }, |
| 55 { |
| 56 "name": "Decoration Layer", |
| 57 "bounds": [200, 200], |
| 58 "drawsContent": true |
54 } | 59 } |
55 ], | 60 ], |
56 "objectPaintInvalidations": [ | 61 "objectPaintInvalidations": [ |
57 { | 62 { |
58 "object": "LayoutBlockFlow HTML", | 63 "object": "LayoutBlockFlow HTML", |
59 "reason": "selection" | 64 "reason": "selection" |
60 }, | 65 }, |
61 { | 66 { |
62 "object": "LayoutBlockFlow BODY", | 67 "object": "LayoutBlockFlow BODY", |
63 "reason": "selection" | 68 "reason": "selection" |
(...skipping 10 matching lines...) Expand all Loading... |
74 "object": "LayoutText #text", | 79 "object": "LayoutText #text", |
75 "reason": "selection" | 80 "reason": "selection" |
76 }, | 81 }, |
77 { | 82 { |
78 "object": "InlineTextBox 'test'", | 83 "object": "InlineTextBox 'test'", |
79 "reason": "selection" | 84 "reason": "selection" |
80 } | 85 } |
81 ] | 86 ] |
82 } | 87 } |
83 | 88 |
OLD | NEW |