1
0
Fork 0
firefox/layout/reftests/svg/pattern-big-image-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

5 lines
No EOL
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>