summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/img-foreignObject-1-helper.svg
blob: 3b1b6a67b961d48e66a5fac9f9816279c3371149 (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg">
  <foreignObject width="100%" height="100%">
    <div xmlns="http://www.w3.org/1999/xhtml"
         style="background:lime; width:100%; height:100%;"/>
  </foreignObject>
</svg>