summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/bug1106522-1.html
blob: db07c1010ed6ed78ae97528499c04810603dda10 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>