blob: e98a6d91358078296eb315a6462b0b99ce9d943f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
|