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": "LayoutBlockFlow DIV id='details-content'", | 10 "object": "LayoutBlockFlow DIV id='details-content'", |
11 "rect": [8, 72, 784, 22], | 11 "rect": [8, 72, 784, 22], |
12 "reason": "layoutObject insertion" | 12 "reason": "layoutObject insertion" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutTextControl INPUT", | |
16 "rect": [8, 72, 154, 22], | |
17 "reason": "layoutObject insertion" | |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow DIV id='inner-editor'", | |
21 "rect": [10, 75, 150, 16], | |
22 "reason": "layoutObject insertion" | |
23 }, | |
24 { | |
25 "object": "LayoutDetailsMarker DIV id='details-marker'", | 15 "object": "LayoutDetailsMarker DIV id='details-marker'", |
26 "rect": [8, 56, 11, 11], | 16 "rect": [8, 56, 11, 11], |
27 "reason": "full" | 17 "reason": "full" |
28 } | 18 } |
29 ] | 19 ] |
30 } | 20 } |
31 ], | 21 ], |
32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
33 { | 23 { |
34 "object": "LayoutDetailsMarker DIV id='details-marker'", | 24 "object": "LayoutDetailsMarker DIV id='details-marker'", |
(...skipping 27 matching lines...) Expand all Loading... |
62 "object": "LayoutText #text", | 52 "object": "LayoutText #text", |
63 "reason": "layoutObject insertion" | 53 "reason": "layoutObject insertion" |
64 }, | 54 }, |
65 { | 55 { |
66 "object": "LayoutText #text", | 56 "object": "LayoutText #text", |
67 "reason": "layoutObject insertion" | 57 "reason": "layoutObject insertion" |
68 } | 58 } |
69 ] | 59 ] |
70 } | 60 } |
71 | 61 |
OLD | NEW |