ladybird/Tests/LibWeb/Layout/input/svg
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
..
abspos-svg-polygon.html LibWeb: Print FIXME instead of crashing in abspos SVG element layout 2024-09-18 15:50:05 +02:00
dont-stretch-fit-svg-with-indefinite-containing-block-width.html
inline-svg-with-zero-intrinsic-size-and-no-viewbox.html headless-browser: Run .svg dump tests 2024-02-18 18:33:11 +01:00
natural-width-from-svg-attributes.html LibWeb: Derive SVG root's natural size from width/height attributes 2024-08-22 15:29:29 +02:00
nested-viewports.html
objectBoundingBox-mask.html LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
standalone-h.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-h.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-w.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-wh.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-w.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-wh.svg LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone.svg LibWeb: Test layout of standalone SVG document: main use case 2024-12-13 15:02:49 +00:00
svg-as-image-implicit-viewbox.html Tests/LibWeb: Move LibWeb test SVGs to their own directory 2024-02-19 22:11:59 -05:00
svg-as-image-invalid.html
svg-as-image.html Tests/LibWeb: Move LibWeb test SVGs to their own directory 2024-02-19 22:11:59 -05:00
svg-circle-percentage-attr.html LibWeb: Update SVG <circle> element to use geometry properties 2024-03-04 10:50:32 +01:00
svg-different-types-of-opacity.html
svg-fill-with-bogus-url.html
svg-g-inside-g.html LibWeb: Split SVGFormattingContext up into functions 2024-04-08 14:24:35 +02:00
svg-g-with-opacity.html
svg-inside-inline-block.html LibWeb: Do not resolve inline block height early if height is definite 2024-10-25 15:13:30 +02:00
svg-inside-svg-with-xy.html
svg-inside-svg.html
svg-intrinsic-size-in-one-dimension.html
svg-line-with-percentage-values.html LibWeb: Support percentage values in SVG line element 2024-07-21 19:56:38 +02:00
svg-negative-elliptical-arg-number.html
svg-path-with-implicit-lineto.html
svg-symbol-with-viewbox.html
svg-use-element-crashtest.html LibWeb/SVG: Fix crash when SVG use element is used on an external SVG 2025-01-19 15:01:39 +01:00
svg-viewbox-zero-width.html LibWeb: Don't crash when SVG viewbox has a width of 0 2024-07-22 09:13:25 +02:00
svg-with-css-variable-in-presentation-hint.html
svg-with-display-block.html
svg-with-zero-intrinsic-size-and-no-viewbox.svg headless-browser: Run .svg dump tests 2024-02-18 18:33:11 +01:00
svg-with-zero-sized-viewBox.html
text-fill-none.html
use-honor-outer-viewBox.html