1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:57:44 +00:00

Tests/LibWeb: Move LibWeb test SVGs to their own directory

This commit is contained in:
Timothy Flynn 2024-02-19 16:16:35 -05:00 committed by Tim Flynn
parent e030193e5f
commit abaca60f9a
6 changed files with 2 additions and 18 deletions

View file

@ -1,3 +0,0 @@
<svg viewBox="0 0 100 200" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="100" height="200" fill="green" />
</svg>

Before

Width:  |  Height:  |  Size: 133 B

View file

@ -1 +1 @@
<!doctype html><img src="svg-without-viewbox.svg" style="display: block; width: 50px;">
<!doctype html><img src="../../data/svg-without-viewbox.svg" style="display: block; width: 50px;">

View file

@ -1 +1 @@
<!doctype html><img src="rectangle.svg" style="display: block">
<!doctype html><img src="../../data/rectangle.svg" style="display: block">

View file

@ -1 +0,0 @@
<svg width="100" height="200" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="200" fill="green" /></svg>

Before

Width:  |  Height:  |  Size: 129 B