summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input/svg/rectangle.svg
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LibWeb/Layout/input/svg/rectangle.svg')
-rw-r--r--Tests/LibWeb/Layout/input/svg/rectangle.svg3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/LibWeb/Layout/input/svg/rectangle.svg b/Tests/LibWeb/Layout/input/svg/rectangle.svg
new file mode 100644
index 0000000000..038b4a2765
--- /dev/null
+++ b/Tests/LibWeb/Layout/input/svg/rectangle.svg
@@ -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>