From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/css/css-env/META.yml | 4 ++ .../tests/css/css-env/at-supports.tentative.html | 22 +++++++++ .../env-in-custom-properties.tentative.html | 35 +++++++++++++ .../css/css-env/fallback-nested-var.tentative.html | 23 +++++++++ .../tests/css/css-env/indexed-env.tentative.html | 40 +++++++++++++++ .../seralization-round-tripping.tentative.html | 19 ++++++++ .../css/css-env/supports-script.tentative.html | 22 +++++++++ .../tests/css/css-env/syntax.tentative.html | 57 ++++++++++++++++++++++ ...nown-env-names-override-previous.tentative.html | 17 +++++++ 9 files changed, 239 insertions(+) create mode 100644 testing/web-platform/tests/css/css-env/META.yml create mode 100644 testing/web-platform/tests/css/css-env/at-supports.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/env-in-custom-properties.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/fallback-nested-var.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/indexed-env.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/seralization-round-tripping.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/supports-script.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/syntax.tentative.html create mode 100644 testing/web-platform/tests/css/css-env/unknown-env-names-override-previous.tentative.html (limited to 'testing/web-platform/tests/css/css-env') diff --git a/testing/web-platform/tests/css/css-env/META.yml b/testing/web-platform/tests/css/css-env/META.yml new file mode 100644 index 0000000000..9d264a6228 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/META.yml @@ -0,0 +1,4 @@ +spec: https://drafts.csswg.org/css-env/ +suggested_reviewers: + - rebeccahughes + - lilles diff --git a/testing/web-platform/tests/css/css-env/at-supports.tentative.html b/testing/web-platform/tests/css/css-env/at-supports.tentative.html new file mode 100644 index 0000000000..c893f2dc54 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/at-supports.tentative.html @@ -0,0 +1,22 @@ + + + + + Test that CSS env vars work with @support + + + + + + + + diff --git a/testing/web-platform/tests/css/css-env/env-in-custom-properties.tentative.html b/testing/web-platform/tests/css/css-env/env-in-custom-properties.tentative.html new file mode 100644 index 0000000000..24afe2963b --- /dev/null +++ b/testing/web-platform/tests/css/css-env/env-in-custom-properties.tentative.html @@ -0,0 +1,35 @@ + + + + + Test env() will work in custom properties + + + + + +
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-env/fallback-nested-var.tentative.html b/testing/web-platform/tests/css/css-env/fallback-nested-var.tentative.html new file mode 100644 index 0000000000..6bde1ca969 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/fallback-nested-var.tentative.html @@ -0,0 +1,23 @@ + + + + + Test that nested var() fallback values work with CSS env vars + + + + + + + + diff --git a/testing/web-platform/tests/css/css-env/indexed-env.tentative.html b/testing/web-platform/tests/css/css-env/indexed-env.tentative.html new file mode 100644 index 0000000000..6757cd35c1 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/indexed-env.tentative.html @@ -0,0 +1,40 @@ + + + + + Test CSS env vars index parsing support + + + + + + + + diff --git a/testing/web-platform/tests/css/css-env/seralization-round-tripping.tentative.html b/testing/web-platform/tests/css/css-env/seralization-round-tripping.tentative.html new file mode 100644 index 0000000000..26a9afee01 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/seralization-round-tripping.tentative.html @@ -0,0 +1,19 @@ + + + + + Test style seralization round tripping with CSS env vars + + + + + + + diff --git a/testing/web-platform/tests/css/css-env/supports-script.tentative.html b/testing/web-platform/tests/css/css-env/supports-script.tentative.html new file mode 100644 index 0000000000..5ea463571d --- /dev/null +++ b/testing/web-platform/tests/css/css-env/supports-script.tentative.html @@ -0,0 +1,22 @@ + + + + + Test that CSS env vars work with CSS.supports + + + + + + + diff --git a/testing/web-platform/tests/css/css-env/syntax.tentative.html b/testing/web-platform/tests/css/css-env/syntax.tentative.html new file mode 100644 index 0000000000..8b26578561 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/syntax.tentative.html @@ -0,0 +1,57 @@ + + + + + Test env() syntax + + + + + + + + diff --git a/testing/web-platform/tests/css/css-env/unknown-env-names-override-previous.tentative.html b/testing/web-platform/tests/css/css-env/unknown-env-names-override-previous.tentative.html new file mode 100644 index 0000000000..388aa22522 --- /dev/null +++ b/testing/web-platform/tests/css/css-env/unknown-env-names-override-previous.tentative.html @@ -0,0 +1,17 @@ + + + + + Test unknown env() names will override previous values + + + + + + + -- cgit v1.2.3