From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../painting/reftests/display-none-mask-ref.html | 50 ++++++++++++ .../svg/painting/reftests/display-none-mask.html | 80 ++++++++++++++++++ .../tests/svg/painting/reftests/fallback-001.svg | 6 ++ .../tests/svg/painting/reftests/fallback-002.svg | 5 ++ .../svg/painting/reftests/marker-path-001-ref.svg | 94 ++++++++++++++++++++++ .../svg/painting/reftests/marker-path-001.svg | 67 +++++++++++++++ .../svg/painting/reftests/marker-path-002-ref.svg | 78 ++++++++++++++++++ .../svg/painting/reftests/marker-path-002.svg | 60 ++++++++++++++ .../svg/painting/reftests/marker-path-003-ref.svg | 70 ++++++++++++++++ .../svg/painting/reftests/marker-path-003.svg | 56 +++++++++++++ .../svg/painting/reftests/marker-path-011-ref.svg | 83 +++++++++++++++++++ .../svg/painting/reftests/marker-path-011.svg | 64 +++++++++++++++ .../svg/painting/reftests/marker-path-012-ref.svg | 70 ++++++++++++++++ .../svg/painting/reftests/marker-path-012.svg | 56 +++++++++++++ .../svg/painting/reftests/marker-path-013-ref.svg | 70 ++++++++++++++++ .../svg/painting/reftests/marker-path-013.svg | 56 +++++++++++++ .../svg/painting/reftests/marker-path-021-ref.svg | 75 +++++++++++++++++ .../svg/painting/reftests/marker-path-021.svg | 56 +++++++++++++ .../svg/painting/reftests/marker-path-022-ref.svg | 75 +++++++++++++++++ .../svg/painting/reftests/marker-path-022.svg | 56 +++++++++++++ .../svg/painting/reftests/marker-path-023-ref.svg | 75 +++++++++++++++++ .../svg/painting/reftests/marker-path-023.svg | 58 +++++++++++++ ...marker-units-strokewidth-non-scaling-stroke.svg | 13 +++ ...ker-units-userspaceonuse-non-scaling-stroke.svg | 13 +++ .../painting/reftests/markers-orient-001-ref.svg | 48 +++++++++++ .../svg/painting/reftests/markers-orient-001.svg | 68 ++++++++++++++++ .../svg/painting/reftests/markers-orient-002.svg | 15 ++++ .../tests/svg/painting/reftests/mask-print-ref.svg | 6 ++ .../tests/svg/painting/reftests/mask-print.svg | 15 ++++ .../painting/reftests/paint-context-001-ref.svg | 44 ++++++++++ .../svg/painting/reftests/paint-context-001.svg | 47 +++++++++++ .../painting/reftests/paint-context-002-ref.svg | 41 ++++++++++ .../svg/painting/reftests/paint-context-002.svg | 44 ++++++++++ .../svg/painting/reftests/paint-order-001-ref.svg | 74 +++++++++++++++++ .../svg/painting/reftests/paint-order-001.svg | 55 +++++++++++++ .../svg/painting/reftests/percentage-attribute.svg | 20 +++++ .../tests/svg/painting/reftests/percentage-ref.svg | 19 +++++ .../tests/svg/painting/reftests/percentage.svg | 22 +++++ 38 files changed, 1904 insertions(+) create mode 100644 testing/web-platform/tests/svg/painting/reftests/display-none-mask-ref.html create mode 100644 testing/web-platform/tests/svg/painting/reftests/display-none-mask.html create mode 100644 testing/web-platform/tests/svg/painting/reftests/fallback-001.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/fallback-002.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-001-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-001.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-002-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-002.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-003-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-003.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-011-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-011.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-012-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-012.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-013-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-013.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-021-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-021.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-022-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-022.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-023-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-path-023.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/markers-orient-001-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/markers-orient-001.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/markers-orient-002.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/mask-print-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/mask-print.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-001-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-002-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-002.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-order-001-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-order-001.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/percentage-attribute.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/percentage-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/percentage.svg (limited to 'testing/web-platform/tests/svg/painting/reftests') diff --git a/testing/web-platform/tests/svg/painting/reftests/display-none-mask-ref.html b/testing/web-platform/tests/svg/painting/reftests/display-none-mask-ref.html new file mode 100644 index 0000000000..3739265b23 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/display-none-mask-ref.html @@ -0,0 +1,50 @@ + + + + + + + + + + +
+
+
+ + +
+
+
+ + +
+
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/display-none-mask.html b/testing/web-platform/tests/svg/painting/reftests/display-none-mask.html new file mode 100644 index 0000000000..a6aa600757 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/display-none-mask.html @@ -0,0 +1,80 @@ + + + + + + Mask behaviour when mask image is missing or display:none + + + + + + + + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+
+ + + + +
+
+
+ + +
+
+
+ + diff --git a/testing/web-platform/tests/svg/painting/reftests/fallback-001.svg b/testing/web-platform/tests/svg/painting/reftests/fallback-001.svg new file mode 100644 index 0000000000..e2788e5f93 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/fallback-001.svg @@ -0,0 +1,6 @@ + + SVG paint server: without fallback color nothing is painted + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/fallback-002.svg b/testing/web-platform/tests/svg/painting/reftests/fallback-002.svg new file mode 100644 index 0000000000..6180cb2a96 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/fallback-002.svg @@ -0,0 +1,5 @@ + + SVG paint server: paint fallback color + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-001-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-001-ref.svg new file mode 100644 index 0000000000..202ac3420d --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-001-ref.svg @@ -0,0 +1,94 @@ + + + Markers on Path (Linear). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-001.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-001.svg new file mode 100644 index 0000000000..7fb4adf427 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-001.svg @@ -0,0 +1,67 @@ + + + Markers on Path (Linear). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-002-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-002-ref.svg new file mode 100644 index 0000000000..c9ee76915b --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-002-ref.svg @@ -0,0 +1,78 @@ + + + Markers on Path (Bezier). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-002.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-002.svg new file mode 100644 index 0000000000..7467c7d523 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-002.svg @@ -0,0 +1,60 @@ + + + Markers on Path (Bezier). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-003-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-003-ref.svg new file mode 100644 index 0000000000..3ba459c700 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-003-ref.svg @@ -0,0 +1,70 @@ + + + Markers on Path (Arc). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-003.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-003.svg new file mode 100644 index 0000000000..a31bf84e52 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-003.svg @@ -0,0 +1,56 @@ + + + Markers on Path (Arc). + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-011-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-011-ref.svg new file mode 100644 index 0000000000..4d6cc76054 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-011-ref.svg @@ -0,0 +1,83 @@ + + + Markers on Sub-Path (Linear). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-011.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-011.svg new file mode 100644 index 0000000000..b6627f86e8 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-011.svg @@ -0,0 +1,64 @@ + + + Markers on Sub-Path (Linear). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-012-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-012-ref.svg new file mode 100644 index 0000000000..ad44874cda --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-012-ref.svg @@ -0,0 +1,70 @@ + + + Markers on Sub-Path (Bezier). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-012.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-012.svg new file mode 100644 index 0000000000..1586951b1f --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-012.svg @@ -0,0 +1,56 @@ + + + Markers on Sub-Path (Bezier). + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-013-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-013-ref.svg new file mode 100644 index 0000000000..e03fc4827e --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-013-ref.svg @@ -0,0 +1,70 @@ + + + Markers on Sub-Path (Arc). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-013.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-013.svg new file mode 100644 index 0000000000..e7a44351fa --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-013.svg @@ -0,0 +1,56 @@ + + + Markers on Sub-Path (Arc). + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-021-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-021-ref.svg new file mode 100644 index 0000000000..b452ca7325 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-021-ref.svg @@ -0,0 +1,75 @@ + + + Markers on Closed Sub-Path (Linear). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-021.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-021.svg new file mode 100644 index 0000000000..db4bc629e2 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-021.svg @@ -0,0 +1,56 @@ + + + Markers on Closed Sub-Path (Linear). + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-022-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-022-ref.svg new file mode 100644 index 0000000000..8abf33f088 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-022-ref.svg @@ -0,0 +1,75 @@ + + + Markers on Closed Sub-Path (Bezier). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-022.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-022.svg new file mode 100644 index 0000000000..6a2345ab47 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-022.svg @@ -0,0 +1,56 @@ + + + Markers on Closed Sub-Path (Bezier). + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-023-ref.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-023-ref.svg new file mode 100644 index 0000000000..4bd1c67776 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-023-ref.svg @@ -0,0 +1,75 @@ + + + Markers on Closed Sub-Path (Arc). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-path-023.svg b/testing/web-platform/tests/svg/painting/reftests/marker-path-023.svg new file mode 100644 index 0000000000..56fe216e2f --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-path-023.svg @@ -0,0 +1,58 @@ + + + Markers on Closed Sub-Path (Arc). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke.svg b/testing/web-platform/tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke.svg new file mode 100644 index 0000000000..116c61c45e --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-units-strokewidth-non-scaling-stroke.svg @@ -0,0 +1,13 @@ + + Markers: markerUnits=strokeWidth with vector-effect=non-scaling-stroke + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke.svg b/testing/web-platform/tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke.svg new file mode 100644 index 0000000000..7c4c5e0fcf --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/marker-units-userspaceonuse-non-scaling-stroke.svg @@ -0,0 +1,13 @@ + + Markers: markerUnits=userSpaceOnUse with vector-effect=non-scaling-stroke + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/markers-orient-001-ref.svg b/testing/web-platform/tests/svg/painting/reftests/markers-orient-001-ref.svg new file mode 100644 index 0000000000..871003f3a2 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/markers-orient-001-ref.svg @@ -0,0 +1,48 @@ + + + Marker: 'orient' + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/markers-orient-001.svg b/testing/web-platform/tests/svg/painting/reftests/markers-orient-001.svg new file mode 100644 index 0000000000..190423f988 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/markers-orient-001.svg @@ -0,0 +1,68 @@ + + + Marker: 'orient' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/markers-orient-002.svg b/testing/web-platform/tests/svg/painting/reftests/markers-orient-002.svg new file mode 100644 index 0000000000..f371784e2a --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/markers-orient-002.svg @@ -0,0 +1,15 @@ + + orient='auto' with 180 degree turns + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/mask-print-ref.svg b/testing/web-platform/tests/svg/painting/reftests/mask-print-ref.svg new file mode 100644 index 0000000000..4717ac4a27 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/mask-print-ref.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/mask-print.svg b/testing/web-platform/tests/svg/painting/reftests/mask-print.svg new file mode 100644 index 0000000000..b63ec72054 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/mask-print.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-001-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-001-ref.svg new file mode 100644 index 0000000000..99bd8c44cb --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-001-ref.svg @@ -0,0 +1,44 @@ + + + Paint: 'paint-order' + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg new file mode 100644 index 0000000000..fd58d9b790 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg @@ -0,0 +1,47 @@ + + + Paint: 'context-fill' and 'context-stroke' + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-002-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-002-ref.svg new file mode 100644 index 0000000000..446e8e3fca --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-002-ref.svg @@ -0,0 +1,41 @@ + + + Paint: 'paint-order' + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-002.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-002.svg new file mode 100644 index 0000000000..8a8a378488 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-002.svg @@ -0,0 +1,44 @@ + + + Paint: 'context-fill' and 'context-stroke' + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-order-001-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-order-001-ref.svg new file mode 100644 index 0000000000..7822a80b94 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-order-001-ref.svg @@ -0,0 +1,74 @@ + + + Paint: 'paint-order' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-order-001.svg b/testing/web-platform/tests/svg/painting/reftests/paint-order-001.svg new file mode 100644 index 0000000000..c8d60bd5bf --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-order-001.svg @@ -0,0 +1,55 @@ + + + Paint: 'paint-order' + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/percentage-attribute.svg b/testing/web-platform/tests/svg/painting/reftests/percentage-attribute.svg new file mode 100644 index 0000000000..d245999db0 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/percentage-attribute.svg @@ -0,0 +1,20 @@ + + + Percentages in stroke dimensions + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/percentage-ref.svg b/testing/web-platform/tests/svg/painting/reftests/percentage-ref.svg new file mode 100644 index 0000000000..610a3ddb2d --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/percentage-ref.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/percentage.svg b/testing/web-platform/tests/svg/painting/reftests/percentage.svg new file mode 100644 index 0000000000..640c1eb450 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/percentage.svg @@ -0,0 +1,22 @@ + + + Percentages in stroke dimensions + + + + + + + -- cgit v1.2.3