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 --- .../svg/shapes/reftests/disabled-shapes-01.svg | 61 ++++++++++++++++++++++ .../svg/shapes/reftests/pathlength-001-ref.svg | 18 +++++++ .../tests/svg/shapes/reftests/pathlength-001.svg | 21 ++++++++ .../svg/shapes/reftests/pathlength-002-ref.svg | 18 +++++++ .../tests/svg/shapes/reftests/pathlength-002.svg | 21 ++++++++ .../svg/shapes/reftests/pathlength-003-ref.svg | 40 ++++++++++++++ .../tests/svg/shapes/reftests/pathlength-003.svg | 43 +++++++++++++++ .../reftests/polygon-with-filtered-marker.html | 10 ++++ .../tests/svg/shapes/reftests/reference/empty.svg | 1 + 9 files changed, 233 insertions(+) create mode 100644 testing/web-platform/tests/svg/shapes/reftests/disabled-shapes-01.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/pathlength-001-ref.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/pathlength-001.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/pathlength-002-ref.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/pathlength-002.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/pathlength-003-ref.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/pathlength-003.svg create mode 100644 testing/web-platform/tests/svg/shapes/reftests/polygon-with-filtered-marker.html create mode 100644 testing/web-platform/tests/svg/shapes/reftests/reference/empty.svg (limited to 'testing/web-platform/tests/svg/shapes/reftests') diff --git a/testing/web-platform/tests/svg/shapes/reftests/disabled-shapes-01.svg b/testing/web-platform/tests/svg/shapes/reftests/disabled-shapes-01.svg new file mode 100644 index 0000000000..49572fe71e --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/disabled-shapes-01.svg @@ -0,0 +1,61 @@ + + Disabled shapes are not rendered + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/pathlength-001-ref.svg b/testing/web-platform/tests/svg/shapes/reftests/pathlength-001-ref.svg new file mode 100644 index 0000000000..0ec9e0353a --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/pathlength-001-ref.svg @@ -0,0 +1,18 @@ + + + Test of 'pathLength' on shapes. + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/pathlength-001.svg b/testing/web-platform/tests/svg/shapes/reftests/pathlength-001.svg new file mode 100644 index 0000000000..cd60c05239 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/pathlength-001.svg @@ -0,0 +1,21 @@ + + + Test of 'pathLength' on shapes. + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/pathlength-002-ref.svg b/testing/web-platform/tests/svg/shapes/reftests/pathlength-002-ref.svg new file mode 100644 index 0000000000..21ec28a244 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/pathlength-002-ref.svg @@ -0,0 +1,18 @@ + + + Test of 'pathLength' on shapes. + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/pathlength-002.svg b/testing/web-platform/tests/svg/shapes/reftests/pathlength-002.svg new file mode 100644 index 0000000000..bdae7e75f2 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/pathlength-002.svg @@ -0,0 +1,21 @@ + + + Test of 'pathLength' on shapes. + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/pathlength-003-ref.svg b/testing/web-platform/tests/svg/shapes/reftests/pathlength-003-ref.svg new file mode 100644 index 0000000000..8d6f43f9d8 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/pathlength-003-ref.svg @@ -0,0 +1,40 @@ + + + Test of 'pathLength' on shapes. + + + + + + + + + + Some text on a circle! + Some text on a circle! + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/pathlength-003.svg b/testing/web-platform/tests/svg/shapes/reftests/pathlength-003.svg new file mode 100644 index 0000000000..506952f54b --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/pathlength-003.svg @@ -0,0 +1,43 @@ + + + Test of 'pathLength' on shapes. + + + + + + + + + + + + Some text on a circle! + Some text on a circle! + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/polygon-with-filtered-marker.html b/testing/web-platform/tests/svg/shapes/reftests/polygon-with-filtered-marker.html new file mode 100644 index 0000000000..def8adc685 --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/polygon-with-filtered-marker.html @@ -0,0 +1,10 @@ + +Filtered <marker> with <clipPath> ancestor on <polygon> + + + + + + + + diff --git a/testing/web-platform/tests/svg/shapes/reftests/reference/empty.svg b/testing/web-platform/tests/svg/shapes/reftests/reference/empty.svg new file mode 100644 index 0000000000..0c7be4e2da --- /dev/null +++ b/testing/web-platform/tests/svg/shapes/reftests/reference/empty.svg @@ -0,0 +1 @@ + -- cgit v1.2.3