![]()
No description.
|
code » | |
![]()
No description.
|
code » | |
![]()
No description.
|
code » | |
![]()
Overrides the loader's loadImage_ method so that it dispatches an image
loaded event immediately, causing any event listners to receive them
synchronously. This allows tests to assume synchronous execution.
|
code » | |
![]()
No description.
|
code » | |
![]()
No description.
|
code » | |
![]()
No description.
|
code » | |
![]()
Tests loading image and disposing before loading completes.
|
code » | |
![]()
Verifies that if an additional image is added after start() was called, but
before COMPLETE was dispatched, no COMPLETE event is sent. Verifies COMPLETE
is finally sent when .start() is called again and all images have now
completed loading.
|
code » | |
![]()
Verifies that more images can be added after an upload starts, and start()
can be called for them, resulting in just one COMPLETE event once all the
images have completed.
|
code » | |
![]()
Verifies that if images are removed after loading has started, COMPLETE
is dispatched once the remaining images have finished.
|
code » | |
![]()
Tests loading of images until completion.
|
code » | |
![]()
Verifies that the correct image attribute is set when using CORS requests.
|
code » |