blob: 81e6f56bfa7d88180709bd1ea84bf72a2881d132 [file] [log] [blame]
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