1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-28 05:12:07 +00:00
serenity/Tests/LibWeb/Layout/input/svg
Andreas Kling 24ea78c613 LibWeb: Add a very basic test for SVG-as-image
This mainly just checks that we load the file and learn the correct
intrinsic aspect ratio from the external SVG.
2023-05-21 07:44:29 +02:00
..
rectangle.svg LibWeb: Add a very basic test for SVG-as-image 2023-05-21 07:44:29 +02:00
svg-as-image.html LibWeb: Add a very basic test for SVG-as-image 2023-05-21 07:44:29 +02:00
svg-fill-with-bogus-url.html LibWeb: Fix null dereference on SVG element with bogus fill URL 2023-05-19 15:41:34 +02:00
svg-inside-svg.html LibWeb: Layout <svg> nested inside <svg> 2023-04-19 07:52:26 +02:00
svg-intrinsic-size-in-one-dimension.html LibWeb: Support <svg> elements with display: block 2023-05-20 08:49:42 +02:00
svg-path-with-implicit-lineto.html LibWeb: Support implicit lineto commands after moveto in SVG paths 2023-04-17 14:18:45 +02:00
svg-with-display-block.html LibWeb: Support <svg> elements with display: block 2023-05-20 08:49:42 +02:00