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'", |
11 "position": [8, 48], | 11 "position": [8, 48], |
12 "bounds": [100, 100], | 12 "bounds": [100, 100], |
13 "shouldFlattenTransform": false, | 13 "shouldFlattenTransform": false, |
14 "drawsContent": true | 14 "drawsContent": true |
15 }, | 15 }, |
16 { | 16 { |
17 "name": "Scrolling Layer", | 17 "name": "Scrolling Layer", |
18 "bounds": [100, 100], | 18 "bounds": [100, 100], |
19 "shouldFlattenTransform": false | 19 "shouldFlattenTransform": false |
20 }, | 20 }, |
21 { | 21 { |
22 "name": "Scrolling Contents Layer", | 22 "name": "Scrolling Contents Layer", |
23 "bounds": [205, 1022], | 23 "bounds": [205, 1022], |
24 "drawsContent": true, | 24 "drawsContent": true, |
25 "paintInvalidations": [ | 25 "paintInvalidations": [ |
26 { | 26 { |
27 "object": "LayoutTextControl INPUT id='text'", | 27 "object": "LayoutTextControl INPUT id='text'", |
28 "rect": [-1, 999, 207, 24], | 28 "rect": [-1, 999, 207, 24], |
29 "reason": "subtree" | 29 "reason": "subtree" |
30 }, | |
31 { | |
32 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
33 "rect": [3, 1003, 200, 16], | |
34 "reason": "subtree" | |
35 } | 30 } |
36 ] | 31 ] |
37 }, | 32 }, |
38 { | 33 { |
39 "name": "Overflow Controls Host Layer", | 34 "name": "Overflow Controls Host Layer", |
40 "bounds": [100, 100] | 35 "bounds": [100, 100] |
41 }, | 36 }, |
42 { | 37 { |
43 "name": "Horizontal Scrollbar Layer", | 38 "name": "Horizontal Scrollbar Layer", |
44 "position": [0, 100], | 39 "position": [0, 100], |
(...skipping 16 matching lines...) Expand all Loading... |
61 "object": "LayoutBlockFlow DIV id='inner-editor'", | 56 "object": "LayoutBlockFlow DIV id='inner-editor'", |
62 "reason": "subtree" | 57 "reason": "subtree" |
63 }, | 58 }, |
64 { | 59 { |
65 "object": "Caret", | 60 "object": "Caret", |
66 "reason": "caret" | 61 "reason": "caret" |
67 } | 62 } |
68 ] | 63 ] |
69 } | 64 } |
70 | 65 |
OLD | NEW |