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 --- .../skewY/reference/svg-skewy-ref.html | 20 +++++++++++++++ .../css/css-transforms/skewY/svg-skewy-001.html | 29 +++++++++++++++++++++ .../css/css-transforms/skewY/svg-skewy-006.html | 29 +++++++++++++++++++++ .../css/css-transforms/skewY/svg-skewy-011.html | 29 +++++++++++++++++++++ .../css/css-transforms/skewY/svg-skewy-016.html | 30 ++++++++++++++++++++++ .../css/css-transforms/skewY/svg-skewy-021.html | 30 ++++++++++++++++++++++ .../css-transforms/skewY/svg-skewy-with-units.html | 19 ++++++++++++++ 7 files changed, 186 insertions(+) create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/reference/svg-skewy-ref.html create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-001.html create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-006.html create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-011.html create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-016.html create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-021.html create mode 100644 testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-with-units.html (limited to 'testing/web-platform/tests/css/css-transforms/skewY') diff --git a/testing/web-platform/tests/css/css-transforms/skewY/reference/svg-skewy-ref.html b/testing/web-platform/tests/css/css-transforms/skewY/reference/svg-skewy-ref.html new file mode 100644 index 0000000000..60135e94fe --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/reference/svg-skewy-ref.html @@ -0,0 +1,20 @@ + + + + CSS Reftest Reference + + + + + +

The test passes if there is a green square and no red.

+ + + + + diff --git a/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-001.html b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-001.html new file mode 100644 index 0000000000..a5678f30fb --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-001.html @@ -0,0 +1,29 @@ + + + + CSS Transforms Test: SVG presentation attribute and angle argument without unit on skewY + + + + + + + + + + + + +

The test passes if there is a green square and no red.

+ + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-006.html b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-006.html new file mode 100644 index 0000000000..51d7b76897 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-006.html @@ -0,0 +1,29 @@ + + + + CSS Transforms Test: SVG presentation attribute and skewY with negative, unit less turn + + + + + + + + + + + + +

The test passes if there is a green square and no red.

+ + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-011.html b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-011.html new file mode 100644 index 0000000000..89f0aa9e62 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-011.html @@ -0,0 +1,29 @@ + + + + CSS Transforms Test: SVG presentation attribute and more than full circle skewY with unit less angle + + + + + + + + + + + + +

The test passes if there is a green square and no red.

+ + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-016.html b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-016.html new file mode 100644 index 0000000000..fee2331f96 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-016.html @@ -0,0 +1,30 @@ + + + + CSS Transforms Test: SVG presentation attribute and skewY with scientific numbers on unit less angles + + + + + + + + + + + + + +

The test passes if there is a green square and no red.

+ + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-021.html b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-021.html new file mode 100644 index 0000000000..5905e79c0d --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-021.html @@ -0,0 +1,30 @@ + + + + CSS Transforms Test: SVG presentation attribute and skewY with scientific numbers with negative exponents for unit less arguments + + + + + + + + + + + + + +

The test passes if there is a green square and no red.

+ + + + + + diff --git a/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-with-units.html b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-with-units.html new file mode 100644 index 0000000000..c724051ae8 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/skewY/svg-skewy-with-units.html @@ -0,0 +1,19 @@ + + + + CSS Transforms Test: SVG transform attribute with units on skewY + + + + + + + +

The test passes if there is a green square and no red.

+ + + + + + + -- cgit v1.2.3