Mypal/layout/reftests/apng-mime/test.html
2019-03-11 13:26:37 +03:00

7 lines
135 B
HTML

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