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 P", | 10 "object": "LayoutBlockFlow P", |
11 "rect": [8, 136, 784, 68], | 11 "rect": [8, 136, 784, 68], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
16 "rect": [8, 184, 32, 19], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "rect": [8, 156, 32, 19], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutInline SPAN id='d'", | |
26 "rect": [8, 150, 4, 19], | |
27 "reason": "style change" | |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [8, 150, 4, 19], | |
32 "reason": "style change" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [8, 136, 4, 19], | 16 "rect": [8, 136, 4, 19], |
37 "reason": "style change" | 17 "reason": "style change" |
38 } | 18 } |
39 ] | 19 ] |
40 } | 20 } |
41 ], | 21 ], |
42 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
43 { | 23 { |
44 "object": "LayoutBlockFlow P", | 24 "object": "LayoutBlockFlow P", |
45 "reason": "forced by layout" | 25 "reason": "forced by layout" |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "object": "LayoutBR BR", | 64 "object": "LayoutBR BR", |
85 "reason": "forced by layout" | 65 "reason": "forced by layout" |
86 }, | 66 }, |
87 { | 67 { |
88 "object": "InlineTextBox '\n'", | 68 "object": "InlineTextBox '\n'", |
89 "reason": "forced by layout" | 69 "reason": "forced by layout" |
90 } | 70 } |
91 ] | 71 ] |
92 } | 72 } |
93 | 73 |
OLD | NEW |