1127488-align-bottom-right-ref.html 470 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>CSS Reftest Reference</title>
  5. <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
  6. <style type="text/css">
  7. body {
  8. margin: 0;
  9. }
  10. div {
  11. position: absolute;
  12. left: 200px;
  13. top: 200px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div><img src="green-100x100.png" width="100" height="100" alt="Image download support must be enabled"></img></div>
  19. </body>
  20. </html>