changeset 0 | 4f2f89ce4247 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/animated-gif-looping.html Fri Sep 17 09:02:29 2010 +0300 @@ -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>