bug1106522-2.html 271 B

123456789101112
  1. <!DOCTYPE html>
  2. <!-- Any copyright is dedicated to the Public Domain.
  3. - http://creativecommons.org/publicdomain/zero/1.0/ -->
  4. <html>
  5. <body>
  6. <picture>
  7. <source srcset="lime100x100.svg">
  8. <img src="red.png" width="100" height="100">
  9. </picture>
  10. </body>
  11. </html>