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 --- .../css/css-masking/clip-rule/clip-rule-001.html | 28 ++++++++++++++++++++++ .../css/css-masking/clip-rule/clip-rule-002.html | 28 ++++++++++++++++++++++ .../clip-rule/clip-rule-no-interpolation.html | 15 ++++++++++++ .../reference/clip-rule-rectangle-border-ref.html | 11 +++++++++ 4 files changed, 82 insertions(+) create mode 100644 testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-001.html create mode 100644 testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-002.html create mode 100644 testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-no-interpolation.html create mode 100644 testing/web-platform/tests/css/css-masking/clip-rule/reference/clip-rule-rectangle-border-ref.html (limited to 'testing/web-platform/tests/css/css-masking/clip-rule') diff --git a/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-001.html b/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-001.html new file mode 100644 index 0000000000..a5a0961d10 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-001.html @@ -0,0 +1,28 @@ + + + + CSS Masking: Test clip-rule property on polygon clip rule evenodd + + + + + + + + +

The test passes if there is a green box with a blue border.

+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-002.html b/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-002.html new file mode 100644 index 0000000000..5fee625594 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-002.html @@ -0,0 +1,28 @@ + + + + CSS Masking: Test clip-rule property on polygon clip rule nonzero + + + + + + + + +

The test passes if there is a green box with a blue border.

+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-no-interpolation.html b/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-no-interpolation.html new file mode 100644 index 0000000000..066636c5e9 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/clip-rule/clip-rule-no-interpolation.html @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-masking/clip-rule/reference/clip-rule-rectangle-border-ref.html b/testing/web-platform/tests/css/css-masking/clip-rule/reference/clip-rule-rectangle-border-ref.html new file mode 100644 index 0000000000..9a61c76902 --- /dev/null +++ b/testing/web-platform/tests/css/css-masking/clip-rule/reference/clip-rule-rectangle-border-ref.html @@ -0,0 +1,11 @@ + + + + CSS Reftest Reference + + + +

The test passes if there is a green box with a blue border.

+
+ + \ No newline at end of file -- cgit v1.2.3