1
0
Fork 0
firefox/layout/reftests/svg/overflow-visible-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

10 lines
371 B
HTML

<html>
<svg style="position: absolute; top: 0px; overflow: visible">
<rect width=100 height=100 x=100 y=200 fill=black />
<image width=100 height=100 x=0 y=0
xlink:href='data:image/svg+xml,
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200">
<rect width="100" height="100" x="0" y="0" fill="green"/>
</svg>'
/>
</svg>