gecko-dev/dom/html/reftests/bug1106522-2.html
Seth Fowler 5eba8c43b5 Bug 1106522 (Part 2) - Add a test for SVG-as-image in picture elements. r=bz
--HG--
rename : image/test/mochitest/lime100x100.svg => dom/html/reftests/lime100x100.svg
rename : image/test/mochitest/red.png => dom/html/reftests/red.png
2014-12-05 11:33:10 -08:00

12 lines
271 B
HTML

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<body>
<picture>
<source srcset="lime100x100.svg">
<img src="red.png" width="100" height="100">
</picture>
</body>
</html>