Commit Graph

2 Commits

Author SHA1 Message Date
Psychpsyo
d048ee3155 Meta: Add doctypes to all svg layout tests 2025-05-04 11:23:52 +02:00
Shannon Booth
b7512deada LibWeb/SVG: Fix crash when SVG use element is used on an external SVG
We were previously crashing when invoking 'scroll to the fragment' on
such documents as it was unable to find the active document. This is
as a result of our AD-HOC implementation not setting up the document
fully to mark it is active before running the parser.

Fixes a crash on https://tweakers.net.
2025-01-19 15:01:39 +01:00