1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/image/test/browser/image.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 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 + <style type="text/css"> 1.11 + #background_div { 1.12 + border: 1px black solid; 1.13 + height: 200px; 1.14 + width: 200px; 1.15 + margin: 10px; 1.16 + background: url(animated2.gif) center center no-repeat; 1.17 + } 1.18 + </style> 1.19 + </head> 1.20 + </head> 1.21 +<body> 1.22 + <p>Page with image</p> 1.23 + <img src="animated.gif" id="img1"> 1.24 + <div id="background_div"></div> 1.25 +</body> 1.26 +</html> 1.27 +