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 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutTextControl INPUT id='target'", | 10 "object": "LayoutTextControl INPUT id='target'", |
(...skipping 28 matching lines...) Expand all Loading... |
39 }, | 39 }, |
40 { | 40 { |
41 "name": "Overflow Controls Host Layer", | 41 "name": "Overflow Controls Host Layer", |
42 "bounds": [64, 16] | 42 "bounds": [64, 16] |
43 }, | 43 }, |
44 { | 44 { |
45 "name": "Horizontal Scrollbar Layer", | 45 "name": "Horizontal Scrollbar Layer", |
46 "position": [0, 16], | 46 "position": [0, 16], |
47 "bounds": [64, 0], | 47 "bounds": [64, 0], |
48 "drawsContent": true | 48 "drawsContent": true |
| 49 }, |
| 50 { |
| 51 "name": "Decoration Layer", |
| 52 "bounds": [64, 16], |
| 53 "drawsContent": true |
49 } | 54 } |
50 ], | 55 ], |
51 "objectPaintInvalidations": [ | 56 "objectPaintInvalidations": [ |
52 { | 57 { |
53 "object": "LayoutBlockFlow HTML", | 58 "object": "LayoutBlockFlow HTML", |
54 "reason": "selection" | 59 "reason": "selection" |
55 }, | 60 }, |
56 { | 61 { |
57 "object": "LayoutBlockFlow BODY", | 62 "object": "LayoutBlockFlow BODY", |
58 "reason": "selection" | 63 "reason": "selection" |
(...skipping 10 matching lines...) Expand all Loading... |
69 "object": "LayoutText #text", | 74 "object": "LayoutText #text", |
70 "reason": "selection" | 75 "reason": "selection" |
71 }, | 76 }, |
72 { | 77 { |
73 "object": "InlineTextBox 'test test test'", | 78 "object": "InlineTextBox 'test test test'", |
74 "reason": "selection" | 79 "reason": "selection" |
75 } | 80 } |
76 ] | 81 ] |
77 } | 82 } |
78 | 83 |
OLD | NEW |