mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
This fixes an issue where an SVGImageElement, whose source was a relative URL would not load inside an iframe.
3 lines
136 B
HTML
3 lines
136 B
HTML
<!DOCTYPE html>
|
|
<iframe srcdoc="<svg xmlns='http://www.w3.org/2000/svg'><rect width='150' height='100' fill='green' /></svg>"></iframe>
|