overflow-visible-image-ref.html (371B)
1 <html> 2 <svg style="position: absolute; top: 0px; overflow: visible"> 3 <rect width=100 height=100 x=100 y=200 fill=black /> 4 <image width=100 height=100 x=0 y=0 5 xlink:href='data:image/svg+xml, 6 <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200"> 7 <rect width="100" height="100" x="0" y="0" fill="green"/> 8 </svg>' 9 /> 10 </svg>