summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/imported-image-01.svg
blob: b7ef5d5acf2332727c364386c10cda638c5a8bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" standalone="yes"?>
<svg version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <script>
    <![CDATA[
      var doc = new DOMParser().parseFromString('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><image width="10" height="10" xlink:href="blueRect10x10.png"/></svg>', 'text/xml');
      document.documentElement.appendChild(doc.documentElement.firstChild);
    ]]>
  </script>
  
</svg>