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, 74, 418, 498], | 11 "rect": [8, 74, 418, 498], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
16 "rect": [14, 242, 406, 126], | |
17 "reason": "forced by layout" | |
18 }, | |
19 { | |
20 "object": "LayoutText #text", | |
21 "rect": [14, 188, 406, 72], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutText #text", | |
26 "rect": [14, 404, 355, 72], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [14, 368, 355, 54], | |
32 "reason": "forced by layout" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [14, 404, 355, 36], | 16 "rect": [14, 404, 355, 36], |
37 "reason": "forced by layout" | 17 "reason": "forced by layout" |
38 }, | 18 }, |
39 { | 19 { |
40 "object": "LayoutText #text", | |
41 "rect": [14, 80, 354, 108], | |
42 "reason": "forced by layout" | |
43 }, | |
44 { | |
45 "object": "LayoutText #text", | |
46 "rect": [14, 368, 336, 18], | |
47 "reason": "forced by layout" | |
48 }, | |
49 { | |
50 "object": "LayoutText #text", | |
51 "rect": [65, 368, 304, 18], | |
52 "reason": "forced by layout" | |
53 }, | |
54 { | |
55 "object": "LayoutText #text", | |
56 "rect": [178, 350, 145, 18], | |
57 "reason": "forced by layout" | |
58 }, | |
59 { | |
60 "object": "LayoutText #text", | |
61 "rect": [127, 350, 145, 18], | |
62 "reason": "forced by layout" | |
63 }, | |
64 { | |
65 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
66 "rect": [14, 353, 48, 65], | 21 "rect": [14, 353, 48, 65], |
67 "reason": "layoutObject removal" | 22 "reason": "layoutObject removal" |
68 }, | 23 }, |
69 { | 24 { |
70 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
71 "rect": [14, 188, 40, 18], | 26 "rect": [14, 188, 40, 18], |
72 "reason": "forced by layout" | 27 "reason": "forced by layout" |
73 } | 28 } |
74 ] | 29 ] |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 "object": "InlineTextBox 'her head!\u2019'", | 242 "object": "InlineTextBox 'her head!\u2019'", |
288 "reason": "forced by layout" | 243 "reason": "forced by layout" |
289 }, | 244 }, |
290 { | 245 { |
291 "object": "InlineTextBox 'about once in a minute.\n'", | 246 "object": "InlineTextBox 'about once in a minute.\n'", |
292 "reason": "forced by layout" | 247 "reason": "forced by layout" |
293 } | 248 } |
294 ] | 249 ] |
295 } | 250 } |
296 | 251 |
OLD | NEW |