WebCore/manual-tests/animated-gif-looping.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 09:02:29 +0300
changeset 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037

<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>