From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Sun, 7 Apr 2024 11:22:09 +0200
Subject: Adding upstream version 110.0.1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 .../svg/sizing/standalone--0-pct--px-pct.svg         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 layout/reftests/svg/sizing/standalone--0-pct--px-pct.svg

(limited to 'layout/reftests/svg/sizing/standalone--0-pct--px-pct.svg')

diff --git a/layout/reftests/svg/sizing/standalone--0-pct--px-pct.svg b/layout/reftests/svg/sizing/standalone--0-pct--px-pct.svg
new file mode 100644
index 0000000000..cb06033245
--- /dev/null
+++ b/layout/reftests/svg/sizing/standalone--0-pct--px-pct.svg
@@ -0,0 +1,20 @@
+<!--
+     Any copyright is dedicated to the Public Domain.
+     http://creativecommons.org/publicdomain/zero/1.0/
+-->
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+     style="width:0; height:49%;" width="10" height="10%">
+
+  <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=294086 -->
+
+  <title>Test: width:0; height:49%; width="10" height="10%"</title>
+
+  <desc>
+    This testcase checks that setting the CSS 'width' property to zero prevents
+    the SVG from being displayed. You should not see any red when viewing this
+    file.
+  </desc>
+
+  <rect width="1000" height="1000" fill="red"/>
+
+</svg>
-- 
cgit v1.2.3