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": "LayoutTextControl INPUT id='root'", | 10 "name": "LayoutTextControl INPUT id='root'", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 }, | 51 }, |
52 { | 52 { |
53 "name": "Overflow Controls Host Layer", | 53 "name": "Overflow Controls Host Layer", |
54 "bounds": [60, 16] | 54 "bounds": [60, 16] |
55 }, | 55 }, |
56 { | 56 { |
57 "name": "Horizontal Scrollbar Layer", | 57 "name": "Horizontal Scrollbar Layer", |
58 "position": [0, 16], | 58 "position": [0, 16], |
59 "bounds": [60, 0], | 59 "bounds": [60, 0], |
60 "drawsContent": true | 60 "drawsContent": true |
61 }, | |
62 { | |
63 "name": "Vertical Scrollbar Layer", | |
64 "position": [60, 0], | |
65 "bounds": [0, 16], | |
66 "drawsContent": true | |
67 } | 61 } |
68 ], | 62 ], |
69 "objectPaintInvalidations": [ | 63 "objectPaintInvalidations": [ |
70 { | 64 { |
71 "object": "Caret", | 65 "object": "Caret", |
72 "reason": "invalidate paint rectangle" | 66 "reason": "invalidate paint rectangle" |
73 }, | 67 }, |
74 { | 68 { |
75 "object": "LayoutTextControl INPUT id='root'", | 69 "object": "LayoutTextControl INPUT id='root'", |
76 "reason": "subtree" | 70 "reason": "subtree" |
77 } | 71 } |
78 ] | 72 ] |
79 } | 73 } |
80 | 74 |
OLD | NEW |