summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/pattern-big-image-ref.html
blob: 0f3eeb5a4d0a4d9a16e2013763362dcb458864dc (plain)
1
2
3
4
5
<div style="left: 0px; top: 0px; width: 10px; height: 10px;">
  <svg x="0" y="0" height="100%" width="100%" preserveAspectRatio="xMidYMid slice" viewBox="0 0 4000 3000">
    <image xlink:href="big-image.jpeg" width="4000" height="3000"/>
  </svg>
</div>