1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Tests/LibWeb/Layout/input/svg/svg-as-image.html
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

1 line
No EOL
63 B
HTML

<!doctype html><img src="rectangle.svg" style="display: block">