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