summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/use-image-01.svg
blob: a49d15411db45a45634ec9889bf01dca735f10b7 (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="100%" height="100%" fill="url(#pattern0)"/>
<defs>
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0" />
</pattern>
<image id="image0" width="100%" height="100%" xlink:href="pass.svg"/>
</defs>
</svg>