ladybird/Tests/LibWeb/Ref/input/svg-image-in-iframe.html
Tim Ledbetter 400aefb784 LibWeb: Resolve SVGImageElement source URL correctly
This fixes an issue where an SVGImageElement, whose source was a
relative URL would not load inside an iframe.
2025-01-19 15:02:38 +01:00

3 lines
222 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/svg-image-in-iframe-ref.html" />
<iframe srcdoc="<svg xmlns='http://www.w3.org/2000/svg'><image href='../data/rectangle.png' width='150' height='100' /></svg>"></iframe>