1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/image/test/browser/imageX2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.6 + 1.7 +<html> 1.8 + <head> 1.9 + <title>Imagelib2 animation tests</title> 1.10 + </head> 1.11 +<body> 1.12 + <p>Page with images</p> 1.13 + <img src="animated.gif" id="img1"> 1.14 + <br> 1.15 + <img src="animated.gif" id="img2"> 1.16 +</body> 1.17 +</html> 1.18 +