diff options
Diffstat (limited to 'Source/WebCore/manual-tests/animated-gif-looping.html')
-rw-r--r-- | Source/WebCore/manual-tests/animated-gif-looping.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/animated-gif-looping.html b/Source/WebCore/manual-tests/animated-gif-looping.html new file mode 100644 index 0000000..7dff13c --- /dev/null +++ b/Source/WebCore/manual-tests/animated-gif-looping.html @@ -0,0 +1,20 @@ +<html> +<body> +<div> + <img src="./resources/animated-infinite.gif"> + <p>This should animate.</p> +</div> +<div> + <img src="./resources/non-animated.gif"> + <p>This should not animate and you should see a cross.</p> +</div +<div> + <img src="./resources/animated-2x.gif"> + <p>This animation should loop 2 times.</p> +</div +<div> + <img src="./resources/animated-10x.gif"> + <p>This animation should loop 10 times.</p> +</div +</body> +</html> |