summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/image-x-01.svg
blob: db3be2af3898e652efa923b24ab89e62f4924ad8 (plain)
1
2
3
4
5
6
<!-- Test to make sure "x" value is applied correctly on svg:image -->
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <image xlink:href="blueRect10x10.png" width="10" height="10"
         x="123"/>
</svg>