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 25 matching lines...) Expand all Loading... |
36 "name": "Scrolling Layer", | 36 "name": "Scrolling Layer", |
37 "bounds": [60, 16], | 37 "bounds": [60, 16], |
38 "shouldFlattenTransform": false | 38 "shouldFlattenTransform": false |
39 }, | 39 }, |
40 { | 40 { |
41 "name": "Scrolling Contents Layer", | 41 "name": "Scrolling Contents Layer", |
42 "bounds": [75, 16], | 42 "bounds": [75, 16], |
43 "drawsContent": true, | 43 "drawsContent": true, |
44 "paintInvalidations": [ | 44 "paintInvalidations": [ |
45 { | 45 { |
46 "object": "LayoutText #text", | 46 "object": "LayoutBlockFlow DIV id='inner-editor'", |
47 "rect": [72, -1, 3, 18], | 47 "rect": [73, 0, 1, 16], |
48 "reason": "invalidate paint rectangle" | 48 "reason": "caret" |
49 } | 49 } |
50 ] | 50 ] |
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 } | 61 } |
62 ], | 62 ], |
63 "objectPaintInvalidations": [ | 63 "objectPaintInvalidations": [ |
64 { | 64 { |
65 "object": "Caret", | 65 "object": "LayoutTextControl INPUT id='root'", |
66 "reason": "invalidate paint rectangle" | 66 "reason": "subtree" |
67 }, | 67 }, |
68 { | 68 { |
69 "object": "LayoutTextControl INPUT id='root'", | 69 "object": "Caret", |
70 "reason": "subtree" | 70 "reason": "caret" |
71 } | 71 } |
72 ] | 72 ] |
73 } | 73 } |
74 | 74 |
OLD | NEW |