blob: 06505f4a6701d0719c6fb138e373eee06400a0fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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
</body>
</html>
|