OLD | NEW |
1 This test passes if the container's scrolling contents layer (the first child of
the GraphicsLayer with 4 children) draws content only on iterations 1 and 2, an
d its scrolling block selection layer (the child of the scrolling contents layer
) draws content only on iteration 3. The scrolling block selection layer should
also be much smaller than the scrolling contents layer. | 1 This test passes if the container's scrolling contents layer (the first child of
the GraphicsLayer with 4 children) draws content only on iterations 1 and 2, an
d its scrolling block selection layer (the child of the scrolling contents layer
) draws content only on iteration 3. The scrolling block selection layer should
also be much smaller than the scrolling contents layer. |
2 Lorem Ipsum | 2 Lorem Ipsum |
3 Lorem Ipsum | 3 Lorem Ipsum |
4 Lorem Ipsum | 4 Lorem Ipsum |
5 Lorem Ipsum | 5 Lorem Ipsum |
6 Lorem Ipsum | 6 Lorem Ipsum |
7 Lorem Ipsum | 7 Lorem Ipsum |
8 Lorem Ipsum | 8 Lorem Ipsum |
9 Lorem Ipsum | 9 Lorem Ipsum |
10 Lorem Ipsum | 10 Lorem Ipsum |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 } | 136 } |
137 ] | 137 ] |
138 } | 138 } |
139 ] | 139 ] |
140 } | 140 } |
141 | 141 |
142 | 142 |
143 *** iteration 2: *** | 143 *** iteration 2: *** |
144 | 144 |
145 { | 145 { |
146 "bounds": [785, 2541], | 146 "bounds": [785, 2670], |
147 "children": [ | 147 "children": [ |
148 { | 148 { |
149 "bounds": [785, 2541], | 149 "bounds": [785, 2670], |
150 "contentsOpaque": true, | 150 "contentsOpaque": true, |
151 "drawsContent": true, | 151 "drawsContent": true, |
152 "children": [ | 152 "children": [ |
153 { | 153 { |
154 "position": [8, 80], | 154 "position": [8, 80], |
155 "bounds": [300, 500], | 155 "bounds": [300, 500], |
156 "contentsOpaque": true, | 156 "contentsOpaque": true, |
157 "drawsContent": true, | 157 "drawsContent": true, |
158 "backgroundColor": "#0000FF", | 158 "backgroundColor": "#0000FF", |
159 "children": [ | 159 "children": [ |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 } | 265 } |
266 ] | 266 ] |
267 } | 267 } |
268 ] | 268 ] |
269 } | 269 } |
270 | 270 |
271 | 271 |
272 *** iteration 3: *** | 272 *** iteration 3: *** |
273 | 273 |
274 { | 274 { |
275 "bounds": [785, 4476], | 275 "bounds": [785, 4734], |
276 "children": [ | 276 "children": [ |
277 { | 277 { |
278 "bounds": [785, 4476], | 278 "bounds": [785, 4734], |
279 "contentsOpaque": true, | 279 "contentsOpaque": true, |
280 "drawsContent": true, | 280 "drawsContent": true, |
281 "children": [ | 281 "children": [ |
282 { | 282 { |
283 "position": [8, 80], | 283 "position": [8, 80], |
284 "bounds": [300, 500], | 284 "bounds": [300, 500], |
285 "drawsContent": true, | 285 "drawsContent": true, |
286 "children": [ | 286 "children": [ |
287 { | 287 { |
288 "bounds": [285, 485], | 288 "bounds": [285, 485], |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 } | 394 } |
395 ] | 395 ] |
396 } | 396 } |
397 ] | 397 ] |
398 } | 398 } |
399 | 399 |
400 | 400 |
401 *** iteration 4: *** | 401 *** iteration 4: *** |
402 | 402 |
403 { | 403 { |
404 "bounds": [785, 6411], | 404 "bounds": [785, 6798], |
405 "children": [ | 405 "children": [ |
406 { | 406 { |
407 "bounds": [785, 6411], | 407 "bounds": [785, 6798], |
408 "contentsOpaque": true, | 408 "contentsOpaque": true, |
409 "drawsContent": true, | 409 "drawsContent": true, |
410 "children": [ | 410 "children": [ |
411 { | 411 { |
412 "position": [8, 80], | 412 "position": [8, 80], |
413 "bounds": [300, 500], | 413 "bounds": [300, 500], |
414 "drawsContent": true, | 414 "drawsContent": true, |
415 "children": [ | 415 "children": [ |
416 { | 416 { |
417 "bounds": [285, 485], | 417 "bounds": [285, 485], |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 "bounds": [100, 50], | 518 "bounds": [100, 50], |
519 "contentsOpaque": true, | 519 "contentsOpaque": true, |
520 "drawsContent": true, | 520 "drawsContent": true, |
521 "backgroundColor": "#FFA500" | 521 "backgroundColor": "#FFA500" |
522 } | 522 } |
523 ] | 523 ] |
524 } | 524 } |
525 ] | 525 ] |
526 } | 526 } |
527 | 527 |
OLD | NEW |