/image/test/browser/image.html

http://github.com/zpao/v8monkey · HTML · 24 lines · 22 code · 2 blank · 0 comment · 0 complexity · eca5014b4c58d48fda7fe15d13739fa3 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <title>Imagelib2 animation tests</title>
  6. <style type="text/css">
  7. #background_div {
  8. border: 1px black solid;
  9. height: 200px;
  10. width: 200px;
  11. margin: 10px;
  12. background: url(animated2.gif) center center no-repeat;
  13. }
  14. </style>
  15. </head>
  16. </head>
  17. <body>
  18. <p>Page with image</p>
  19. <img src="animated.gif" id="img1">
  20. <div id="background_div"></div>
  21. </body>
  22. </html>