Tests that animated SVG images are paused when outside the viewport. | |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | |
Initially outside the viewport | |
PASS internals.isImageAnimating(image) became false | |
Scrolling animation into view | |
PASS internals.isImageAnimating(image) became true | |
Scrolling animation outside view again | |
PASS internals.isImageAnimating(image) became false | |
PASS successfullyParsed is true | |
TEST COMPLETE | |