Mypal/dom/html/reftests/bug1106522-1.html

12 lines
292 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<body>
<picture>
<source srcset="lime100x100.svg" type="image/svg+xml">
<img src="red.png" width="100" height="100">
</picture>
</body>
</html>