gecko-dev/layout/reftests/svg/pattern-big-image-ref.html
cku 260dda5205 Bug 1345853 - Part 5. Reftest. r=tnikkel
MozReview-Commit-ID: 7mXjFSXH2pa

--HG--
extra : rebase_source : 006517e76068fdfdec028219edb6defda23b6ba3
2017-03-16 03:09:04 +08:00

5 lines
253 B
HTML

<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>