From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../clip-path-element-objectboundingbox-001.html | 41 ++++++++++++++++++++ .../clip-path-element-objectboundingbox-002.html | 44 ++++++++++++++++++++++ .../clip-path-element-userspaceonuse-001.html | 41 ++++++++++++++++++++ .../clip-path-shape-polygon-and-box-shadow.html | 36 ++++++++++++++++++ 4 files changed, 162 insertions(+) create mode 100644 testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-001.html create mode 100644 testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-002.html create mode 100644 testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-userspaceonuse-001.html create mode 100644 testing/web-platform/tests/css/css-masking/hit-test/clip-path-shape-polygon-and-box-shadow.html (limited to 'testing/web-platform/tests/css/css-masking/hit-test') diff --git a/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-001.html b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-001.html new file mode 100644 index 0000000000..22d4bc0b0d --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-001.html @@ -0,0 +1,41 @@ + +Hit-test of clip-path objectBoundingBox <clipPath> with additional transform + + + + +
+ + + + + + diff --git a/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-002.html b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-002.html new file mode 100644 index 0000000000..1932848a13 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-objectboundingbox-002.html @@ -0,0 +1,44 @@ + +Hit-test of clip-path nested objectBoundingBox <clipPath> + + + + +
+ + + + + + + + + diff --git a/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-userspaceonuse-001.html b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-userspaceonuse-001.html new file mode 100644 index 0000000000..2b8beab910 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-element-userspaceonuse-001.html @@ -0,0 +1,41 @@ + +Hit-test of clip-path userSpaceOnUse <clipPath> + + + + +
+ + + + + + diff --git a/testing/web-platform/tests/css/css-masking/hit-test/clip-path-shape-polygon-and-box-shadow.html b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-shape-polygon-and-box-shadow.html new file mode 100644 index 0000000000..23009f76e5 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/hit-test/clip-path-shape-polygon-and-box-shadow.html @@ -0,0 +1,36 @@ + +Hit-test of clip-path polygon combined with box-shadow + + + + +
+ -- cgit v1.2.3