blob: 3412e1b495b2bbe70d015d5354dae6437cd67f0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<body>
<div>
<img src="qt-anim.gif">
<p>This should animate.</p>
</div>
<div>
<img src="qt-noanim.gif">
<p>This should not animate and you should see a cross.</p>
</div
<div>
<img src="qt-10loop-anim.gif">
<p>This animation should loop 10 times.</p>
</div
</body>
</html>
|