ladybird/Tests/LibWeb/Ref/data
Andreas Kling 91cf575b82 LibWeb: Disable script execution for SVG images loaded via <img>
SVG images loaded as <img> elements must not execute scripts per spec.
Previously, SVGScriptElement::process_the_script_element() did not
check whether scripting was disabled, so script processing was
triggered via the children_changed() callback during XML parsing,
causing a nested event loop spin.

Fix this by:
- Disabling scripting on the SVG image's Page
- Passing XMLScriptingSupport::Disabled to the XML document builder
- Checking is_scripting_disabled() in SVGScriptElement before
  processing any script element
- Logging a diagnostic when SVG XML parsing fails (previously the
  parse result was silently discarded)
2026-02-01 22:48:51 +01:00
..
fonts Tests: Import ahem font for ref tests 2025-11-20 16:02:40 +01:00
2x2checkerboard.png
50x50-green.svg Revert "Tests: Replace background-near-zero-svg test with WPT import" 2025-07-07 06:53:21 -04:00
50x50-red.svg LibWeb/SVG: Prefer href to xlink:href attribute on images 2025-07-12 13:13:47 +02:00
checkerboard-background.css Tests: Add tests for loading images from an imported style sheet 2025-04-15 09:54:35 +01:00
fail.woff LibWeb: Resolve relative lengths in @font-face using correct viewport 2025-10-16 10:27:32 +01:00
HTMLLLinkElement-multiple-rel-keywords.css LibWeb: Use default fetch processing for any applicable rel keyword 2025-12-13 10:52:25 -05:00
mask-image-100x200.png Tests: Fix flaky test 2025-05-30 00:12:27 -04:00
nested-svg.svg
pass.woff LibWeb: Resolve relative lengths in @font-face using correct viewport 2025-10-16 10:27:32 +01:00
rectangle.png
svg-with-external-script.svg LibWeb: Disable script execution for SVG images loaded via <img> 2026-02-01 22:48:51 +01:00
svg-with-multiple-scripts.svg LibWeb: Disable script execution for SVG images loaded via <img> 2026-02-01 22:48:51 +01:00
svg-with-script.svg LibWeb: Disable script execution for SVG images loaded via <img> 2026-02-01 22:48:51 +01:00
transparent-100x50-blue-100x50.png LibWeb: Implement mask-image CSS property support 2024-11-18 22:58:58 +01:00
vertical-rect.svg