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 2 and 3, an
d its scrolling block selection layer (the child of the scrolling contents layer
) draws content only on iteration 4. 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 2 and 3, an
d its scrolling block selection layer (the child of the scrolling contents layer
) draws content only on iteration 4. 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 15 matching lines...) Expand all Loading... |
26 "bounds": [300, 500], | 26 "bounds": [300, 500], |
27 "children": [ | 27 "children": [ |
28 { | 28 { |
29 "bounds": [285, 485], | 29 "bounds": [285, 485], |
30 "children": [ | 30 "children": [ |
31 { | 31 { |
32 "bounds": [285, 665], | 32 "bounds": [285, 665], |
33 "shouldFlattenTransform": false, | 33 "shouldFlattenTransform": false, |
34 "children": [ | 34 "children": [ |
35 { | 35 { |
36 | 36 "shouldFlattenTransform": false |
37 } | 37 } |
38 ] | 38 ] |
39 } | 39 } |
40 ] | 40 ] |
41 }, | 41 }, |
42 { | 42 { |
43 "children": [ | 43 "children": [ |
44 { | 44 { |
45 "position": [0, 485], | 45 "position": [0, 485], |
46 "bounds": [285, 15] | 46 "bounds": [285, 15] |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 "children": [ | 153 "children": [ |
154 { | 154 { |
155 "bounds": [285, 485], | 155 "bounds": [285, 485], |
156 "children": [ | 156 "children": [ |
157 { | 157 { |
158 "bounds": [285, 665], | 158 "bounds": [285, 665], |
159 "shouldFlattenTransform": false, | 159 "shouldFlattenTransform": false, |
160 "drawsContent": true, | 160 "drawsContent": true, |
161 "children": [ | 161 "children": [ |
162 { | 162 { |
163 | 163 "shouldFlattenTransform": false |
164 } | 164 } |
165 ] | 165 ] |
166 } | 166 } |
167 ] | 167 ] |
168 }, | 168 }, |
169 { | 169 { |
170 "children": [ | 170 "children": [ |
171 { | 171 { |
172 "position": [0, 485], | 172 "position": [0, 485], |
173 "bounds": [285, 15] | 173 "bounds": [285, 15] |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "children": [ | 280 "children": [ |
281 { | 281 { |
282 "bounds": [285, 485], | 282 "bounds": [285, 485], |
283 "children": [ | 283 "children": [ |
284 { | 284 { |
285 "bounds": [285, 665], | 285 "bounds": [285, 665], |
286 "shouldFlattenTransform": false, | 286 "shouldFlattenTransform": false, |
287 "drawsContent": true, | 287 "drawsContent": true, |
288 "children": [ | 288 "children": [ |
289 { | 289 { |
290 | 290 "shouldFlattenTransform": false |
291 } | 291 } |
292 ] | 292 ] |
293 } | 293 } |
294 ] | 294 ] |
295 }, | 295 }, |
296 { | 296 { |
297 "children": [ | 297 "children": [ |
298 { | 298 { |
299 "position": [0, 485], | 299 "position": [0, 485], |
300 "bounds": [285, 15] | 300 "bounds": [285, 15] |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 { | 405 { |
406 "bounds": [285, 485], | 406 "bounds": [285, 485], |
407 "children": [ | 407 "children": [ |
408 { | 408 { |
409 "bounds": [285, 665], | 409 "bounds": [285, 665], |
410 "shouldFlattenTransform": false, | 410 "shouldFlattenTransform": false, |
411 "children": [ | 411 "children": [ |
412 { | 412 { |
413 "position": [0, 195], | 413 "position": [0, 195], |
414 "bounds": [285, 15], | 414 "bounds": [285, 15], |
| 415 "shouldFlattenTransform": false, |
415 "drawsContent": true | 416 "drawsContent": true |
416 } | 417 } |
417 ] | 418 ] |
418 } | 419 } |
419 ] | 420 ] |
420 }, | 421 }, |
421 { | 422 { |
422 "children": [ | 423 "children": [ |
423 { | 424 { |
424 "position": [0, 485], | 425 "position": [0, 485], |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 "bounds": [100, 50], | 506 "bounds": [100, 50], |
506 "contentsOpaque": true, | 507 "contentsOpaque": true, |
507 "drawsContent": true, | 508 "drawsContent": true, |
508 "backgroundColor": "#FFA500" | 509 "backgroundColor": "#FFA500" |
509 } | 510 } |
510 ] | 511 ] |
511 } | 512 } |
512 ] | 513 ] |
513 } | 514 } |
514 | 515 |
OLD | NEW |