summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/animated-gif-looping.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/animated-gif-looping.html')
-rw-r--r--WebCore/manual-tests/animated-gif-looping.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/WebCore/manual-tests/animated-gif-looping.html b/WebCore/manual-tests/animated-gif-looping.html
new file mode 100644
index 0000000..e98a6d9
--- /dev/null
+++ b/WebCore/manual-tests/animated-gif-looping.html
@@ -0,0 +1,16 @@
+<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-10x.gif">
+ <p>This animation should loop 10 times.</p>
+</div
+</body>
+</html>