summaryrefslogtreecommitdiffstats
path: root/layout/reftests/apng-mime/test.html
blob: cdf44b901a2e3a0d1cf7d3223a809b3af02163b4 (plain)
1
2
3
4
5
6
<!doctype html>
<title>apng test</title>
<picture>
<source type="image/apng" srcset="animated.apng">
<img src="static.png">
</picture>