summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/animated-gif-looping.html
blob: 7dff13c3194fe4483e7691c49b8584079e9ac911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>