OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineTextBox 'Curabitur pretium, quam quis semper'", | 10 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 "rect": [252, 132, 50, 199], | 121 "rect": [252, 132, 50, 199], |
122 "reason": "incremental" | 122 "reason": "incremental" |
123 }, | 123 }, |
124 { | 124 { |
125 "object": "LayoutTableCell TD id='col1'", | 125 "object": "LayoutTableCell TD id='col1'", |
126 "rect": [10, 331, 242, 36], | 126 "rect": [10, 331, 242, 36], |
127 "reason": "incremental" | 127 "reason": "incremental" |
128 }, | 128 }, |
129 { | 129 { |
130 "object": "LayoutTableCell TD id='target'", | 130 "object": "LayoutTableCell TD id='target'", |
131 "rect": [304, 132, 2, 199], | |
132 "reason": "location change" | |
133 }, | |
134 { | |
135 "object": "LayoutTableCell TD id='target'", | |
136 "rect": [254, 132, 52, 235], | 131 "rect": [254, 132, 52, 235], |
137 "reason": "location change" | 132 "reason": "location change" |
138 }, | 133 }, |
139 { | 134 { |
140 "object": "LayoutText #text", | 135 "object": "LayoutText #text", |
141 "rect": [250, 132, 36, 144], | 136 "rect": [250, 132, 36, 144], |
142 "reason": "incremental" | 137 "reason": "incremental" |
143 }, | 138 }, |
144 { | 139 { |
145 "object": "LayoutText #text", | 140 "object": "LayoutText #text", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 { | 184 { |
190 "object": "RootInlineBox", | 185 "object": "RootInlineBox", |
191 "rect": [0, 0, 0, 0], | 186 "rect": [0, 0, 0, 0], |
192 "reason": "full" | 187 "reason": "full" |
193 } | 188 } |
194 ] | 189 ] |
195 } | 190 } |
196 ] | 191 ] |
197 } | 192 } |
198 | 193 |
OLD | NEW |