blob: 55daefca764237e0a9783d433996cf00431d80dd [file] [log] [blame]
Test that animated images in iframes are correctly paused / resumed when the iframe is translated in and out of view using -webkit-transform.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS !isFirstImagePaused() && isSecondImagePaused() became true
PASS isFirstImagePaused() is false
Translating images left so that first image is no longer visible, but second image is.
PASS isFirstImagePaused() became true
PASS isSecondImagePaused() became false
Translating images right so that second image is no longer visible, but first image is.
PASS isFirstImagePaused() became false
PASS isSecondImagePaused() became true
PASS successfullyParsed is true
TEST COMPLETE