mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 01:42:54 +00:00
This fixes an issue where an SVGImageElement, whose source was a relative URL would not load inside an iframe.
3 lines
222 B
HTML
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>
|