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": "LayoutText #text", | 10 "object": "LayoutText #text", |
11 "rect": [14, 242, 406, 125], | 11 "rect": [14, 242, 406, 125], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
16 "rect": [65, 368, 304, 17], | 16 "rect": [65, 368, 304, 17], |
17 "reason": "forced by layout" | 17 "reason": "forced by layout" |
18 }, | 18 }, |
19 { | 19 { |
20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
21 "rect": [178, 350, 146, 17], | 21 "rect": [178, 350, 146, 17], |
22 "reason": "forced by layout" | 22 "reason": "forced by layout" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 25 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
26 "rect": [14, 353, 48, 65], | 26 "rect": [14, 353, 48, 65], |
27 "reason": "forced by layout" | 27 "reason": "forced by layout" |
28 }, | |
29 { | |
30 "object": "LayoutText #text", | |
31 "rect": [27, 353, 22, 18], | |
32 "reason": "layoutObject insertion" | |
33 } | 28 } |
34 ] | 29 ] |
35 } | 30 } |
36 ], | 31 ], |
37 "objectPaintInvalidations": [ | 32 "objectPaintInvalidations": [ |
38 { | 33 { |
39 "object": "LayoutText #text", | 34 "object": "LayoutText #text", |
40 "reason": "forced by layout" | 35 "reason": "forced by layout" |
41 }, | 36 }, |
42 { | 37 { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "object": "LayoutText #text", | 110 "object": "LayoutText #text", |
116 "reason": "forced by layout" | 111 "reason": "forced by layout" |
117 }, | 112 }, |
118 { | 113 { |
119 "object": "InlineTextBox 'The players all played at once without waiting'"
, | 114 "object": "InlineTextBox 'The players all played at once without waiting'"
, |
120 "reason": "forced by layout" | 115 "reason": "forced by layout" |
121 } | 116 } |
122 ] | 117 ] |
123 } | 118 } |
124 | 119 |
OLD | NEW |