mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Tests/LibWeb: Move LibWeb test SVGs to their own directory
This commit is contained in:
parent
e030193e5f
commit
abaca60f9a
6 changed files with 2 additions and 18 deletions
3
Tests/LibWeb/Layout/data/rectangle.svg
Normal file
3
Tests/LibWeb/Layout/data/rectangle.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<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>
|
After Width: | Height: | Size: 133 B |
1
Tests/LibWeb/Layout/data/svg-without-viewbox.svg
Normal file
1
Tests/LibWeb/Layout/data/svg-without-viewbox.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg width="100" height="200" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="200" fill="green" /></svg>
|
After Width: | Height: | Size: 129 B |
Loading…
Add table
Add a link
Reference in a new issue