diff --git a/Userland/Libraries/LibWeb/SVG/SVGSVGElement.cpp b/Userland/Libraries/LibWeb/SVG/SVGSVGElement.cpp index 69b89bdfbc..1bf9adfb17 100644 --- a/Userland/Libraries/LibWeb/SVG/SVGSVGElement.cpp +++ b/Userland/Libraries/LibWeb/SVG/SVGSVGElement.cpp @@ -37,6 +37,8 @@ JS::GCPtr SVGSVGElement::create_layout_node(NonnullRefPtr auto previous_quirks_mode = document().mode(); const_cast(document()).set_quirks_mode(DOM::QuirksMode::Yes);