OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [2008, 2092], | 5 "bounds": [2008, 2092], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutView #document", | 10 "object": "LayoutView #document", |
11 "rect": [0, 0, 2008, 2092], | 11 "rect": [0, 0, 2008, 2092], |
12 "reason": "style change" | 12 "reason": "style change" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutView #document", | 15 "object": "LayoutView #document", |
16 "rect": [0, 585, 785, 15], | 16 "rect": [0, 585, 785, 15], |
17 "reason": "scroll" | 17 "reason": "scroll" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutBlockFlow BODY", | 20 "object": "LayoutBlockFlow BODY", |
21 "rect": [8, 16, 784, 2068], | 21 "rect": [8, 16, 784, 2068], |
22 "reason": "style change" | 22 "reason": "style change" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutBlockFlow P", | |
26 "rect": [8, 50, 784, 18], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutBlockFlow P", | |
31 "rect": [8, 16, 784, 18], | |
32 "reason": "forced by layout" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
36 "rect": [127, 50, 390, 17], | 26 "rect": [127, 50, 390, 17], |
37 "reason": "forced by layout" | 27 "reason": "forced by layout" |
38 }, | 28 }, |
39 { | 29 { |
40 "object": "LayoutText #text", | |
41 "rect": [8, 16, 348, 17], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutText #text", | |
46 "rect": [8, 50, 120, 17], | |
47 "reason": "forced by layout" | |
48 }, | |
49 { | |
50 "object": "LayoutView #document", | 30 "object": "LayoutView #document", |
51 "rect": [785, 0, 15, 585], | 31 "rect": [785, 0, 15, 585], |
52 "reason": "scroll" | 32 "reason": "scroll" |
53 }, | 33 }, |
54 { | 34 { |
55 "object": "LayoutView #document", | 35 "object": "LayoutView #document", |
56 "rect": [785, 585, 15, 15], | 36 "rect": [785, 585, 15, 15], |
57 "reason": "scroll" | 37 "reason": "scroll" |
58 }, | |
59 { | |
60 "object": "LayoutText #text", | |
61 "rect": [516, 50, 5, 17], | |
62 "reason": "forced by layout" | |
63 } | 38 } |
64 ] | 39 ] |
65 } | 40 } |
66 ], | 41 ], |
67 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
68 { | 43 { |
69 "object": "LayoutView #document", | 44 "object": "LayoutView #document", |
70 "reason": "scroll" | 45 "reason": "scroll" |
71 }, | 46 }, |
72 { | 47 { |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 "object": "LayoutText #text", | 100 "object": "LayoutText #text", |
126 "reason": "forced by layout" | 101 "reason": "forced by layout" |
127 }, | 102 }, |
128 { | 103 { |
129 "object": "InlineTextBox '.'", | 104 "object": "InlineTextBox '.'", |
130 "reason": "forced by layout" | 105 "reason": "forced by layout" |
131 } | 106 } |
132 ] | 107 ] |
133 } | 108 } |
134 | 109 |
OLD | NEW |