From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- .../color-scheme-dependent-color-stops-ref.html | 47 +++++++++++++++++ .../color-scheme-dependent-color-stops.html | 61 ++++++++++++++++++++++ .../gradient-single-stop-longer-hue-hsl-ref.html | 23 ++++++++ .../gradient-single-stop-longer-hue-hsl.html | 28 ++++++++++ .../gradient-single-stop-longer-hue-oklch-ref.html | 23 ++++++++ .../gradient-single-stop-longer-hue-oklch.html | 28 ++++++++++ .../repeating-gradient-hsl-and-oklch-ref.html | 47 +++++++++++++++++ .../gradient/repeating-gradient-hsl-and-oklch.html | 44 ++++++++++++++++ 8 files changed, 301 insertions(+) create mode 100644 testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops-ref.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl-ref.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch-ref.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch-ref.html create mode 100644 testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch.html (limited to 'testing/web-platform/tests/css/css-images/gradient') diff --git a/testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops-ref.html b/testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops-ref.html new file mode 100644 index 0000000000..28d57bc19c --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops-ref.html @@ -0,0 +1,47 @@ + + + + + + + + +Reference: Test changing used color-scheme updates gradient with color-scheme dependent color stops. + + + +

Test system color

+
+

Test system color in color-mix()

+
+

Test light-dark()

+
+

Test light-dark() in color-mix()

+
+ + diff --git a/testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops.html b/testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops.html new file mode 100644 index 0000000000..f95a557703 --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/color-scheme-dependent-color-stops.html @@ -0,0 +1,61 @@ + + + + + + + + +Test changing used color-scheme updates gradient with color-scheme dependent color stops. + + + + +

Test system color

+
+

Test system color in color-mix()

+
+

Test light-dark()

+
+

Test light-dark() in color-mix()

+
+ + + diff --git a/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl-ref.html b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl-ref.html new file mode 100644 index 0000000000..cf47c75834 --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl-ref.html @@ -0,0 +1,23 @@ + + + + + + Gradient in HSL space + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl.html b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl.html new file mode 100644 index 0000000000..bbadccb53e --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-hsl.html @@ -0,0 +1,28 @@ + + + + + + Gradient in HSL space + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch-ref.html b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch-ref.html new file mode 100644 index 0000000000..c3f51781c0 --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch-ref.html @@ -0,0 +1,23 @@ + + + + + + Gradient in OKLCH space + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch.html b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch.html new file mode 100644 index 0000000000..abe6604fc4 --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/gradient-single-stop-longer-hue-oklch.html @@ -0,0 +1,28 @@ + + + + + + Gradient in OKLCH space + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch-ref.html b/testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch-ref.html new file mode 100644 index 0000000000..a5e1554be1 --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch-ref.html @@ -0,0 +1,47 @@ + + + + + + Repeating linear gradients in HSL and OKLCH space + + + + + +

repeating-linear-gradient with HSL

+
+

repeating-linear-gradient with OKLCH

+
+ + diff --git a/testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch.html b/testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch.html new file mode 100644 index 0000000000..71e615d919 --- /dev/null +++ b/testing/web-platform/tests/css/css-images/gradient/repeating-gradient-hsl-and-oklch.html @@ -0,0 +1,44 @@ + + + + + + Repeating linear gradients in HSL and OKLCH space + + + + + + + + +

repeating-linear-gradient with HSL

+
+

repeating-linear-gradient with OKLCH

+
+ + -- cgit v1.2.3