ladybird/Tests/LibWeb/Layout/expected/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.txt 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.txt
inline-svg-with-zero-intrinsic-size-and-no-viewbox.txt LibWeb: Skip documents of decoded SVGs while processing HTML event loop 2024-08-19 09:03:33 +02:00
natural-width-from-svg-attributes.txt LibWeb: Derive SVG root's natural size from width/height attributes 2024-08-22 15:29:29 +02:00
nested-viewports.txt
objectBoundingBox-mask.txt
standalone-h.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-h.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-w.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb-wh.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-vb.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-w.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone-wh.txt LibWeb: Test layout of standalone SVG document: edge cases 2024-12-13 15:02:49 +00:00
standalone.txt LibWeb: Test layout of standalone SVG document: main use case 2024-12-13 15:02:49 +00:00
svg-as-image-implicit-viewbox.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
svg-as-image-invalid.txt
svg-as-image.txt LibWeb: Always blockify the root element 2024-09-29 11:46:13 +02:00
svg-circle-percentage-attr.txt
svg-different-types-of-opacity.txt
svg-fill-with-bogus-url.txt
svg-g-inside-g.txt
svg-g-with-opacity.txt
svg-inside-inline-block.txt 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.txt
svg-inside-svg.txt
svg-intrinsic-size-in-one-dimension.txt
svg-line-with-percentage-values.txt
svg-negative-elliptical-arg-number.txt
svg-path-with-implicit-lineto.txt
svg-symbol-with-viewbox.txt
svg-use-element-crashtest.txt 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.txt
svg-with-css-variable-in-presentation-hint.txt
svg-with-display-block.txt
svg-with-zero-intrinsic-size-and-no-viewbox.txt LibWeb: Replace InlinePaintable with PaintableWithLines created per line 2024-10-16 20:25:42 +02:00
svg-with-zero-sized-viewBox.txt
text-fill-none.txt
use-honor-outer-viewBox.txt