gecko-dev/layout/reftests/apng-mime/test.html

7 строки
135 B
HTML

<!doctype html>
<title>apng test</title>
<picture>
<source type="image/apng" srcset="animated.apng">
<img src="static.png">
</picture>