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", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "rect": [178, 350, 145, 18], | 46 "rect": [178, 350, 145, 18], |
47 "reason": "forced by layout" | 47 "reason": "forced by layout" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
51 "rect": [162, 350, 145, 18], | 51 "rect": [162, 350, 145, 18], |
52 "reason": "forced by layout" | 52 "reason": "forced by layout" |
53 }, | 53 }, |
54 { | 54 { |
55 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 55 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
56 "rect": [46, 353, 16, 65], | 56 "rect": [14, 353, 48, 65], |
57 "reason": "incremental" | 57 "reason": "border box change" |
58 } | 58 } |
59 ] | 59 ] |
60 } | 60 } |
61 ], | 61 ], |
62 "objectPaintInvalidations": [ | 62 "objectPaintInvalidations": [ |
63 { | 63 { |
64 "object": "LayoutText #text", | 64 "object": "LayoutText #text", |
65 "reason": "forced by layout" | 65 "reason": "forced by layout" |
66 }, | 66 }, |
67 { | 67 { |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 { | 107 { |
108 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion'", | 108 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion'", |
109 "reason": "forced by layout" | 109 "reason": "forced by layout" |
110 }, | 110 }, |
111 { | 111 { |
112 "object": "InlineTextBox 'that it was a very\n'", | 112 "object": "InlineTextBox 'that it was a very\n'", |
113 "reason": "forced by layout" | 113 "reason": "forced by layout" |
114 }, | 114 }, |
115 { | 115 { |
116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
117 "reason": "incremental" | 117 "reason": "border box change" |
118 }, | 118 }, |
119 { | 119 { |
120 "object": "LayoutText #text", | 120 "object": "LayoutText #text", |
121 "reason": "forced by layout" | 121 "reason": "forced by layout" |
122 }, | 122 }, |
123 { | 123 { |
124 "object": "InlineTextBox 'difficult game indeed.\n'", | 124 "object": "InlineTextBox 'difficult game indeed.\n'", |
125 "reason": "forced by layout" | 125 "reason": "forced by layout" |
126 }, | 126 }, |
127 { | 127 { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "object": "InlineTextBox 'here; the great\n'", | 220 "object": "InlineTextBox 'here; the great\n'", |
221 "reason": "forced by layout" | 221 "reason": "forced by layout" |
222 }, | 222 }, |
223 { | 223 { |
224 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 224 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
225 "reason": "forced by layout" | 225 "reason": "forced by layout" |
226 } | 226 } |
227 ] | 227 ] |
228 } | 228 } |
229 | 229 |
OLD | NEW |