test.html 135 B

1234567
  1. <!doctype html>
  2. <title>apng test</title>
  3. <picture>
  4. <source type="image/apng" srcset="animated.apng">
  5. <img src="static.png">
  6. </picture>