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-namespaces/support/LOCK | 1 + testing/web-platform/tests/css/css-namespaces/support/fail.css | 1 + testing/web-platform/tests/css/css-namespaces/support/scope-002a.css | 3 +++ testing/web-platform/tests/css/css-namespaces/support/scope-002b.css | 2 ++ testing/web-platform/tests/css/css-namespaces/support/syntax-007.css | 5 +++++ 5 files changed, 12 insertions(+) create mode 100644 testing/web-platform/tests/css/css-namespaces/support/LOCK create mode 100644 testing/web-platform/tests/css/css-namespaces/support/fail.css create mode 100644 testing/web-platform/tests/css/css-namespaces/support/scope-002a.css create mode 100644 testing/web-platform/tests/css/css-namespaces/support/scope-002b.css create mode 100644 testing/web-platform/tests/css/css-namespaces/support/syntax-007.css (limited to 'testing/web-platform/tests/css/css-namespaces/support') diff --git a/testing/web-platform/tests/css/css-namespaces/support/LOCK b/testing/web-platform/tests/css/css-namespaces/support/LOCK new file mode 100644 index 0000000000..7eabbb24b0 --- /dev/null +++ b/testing/web-platform/tests/css/css-namespaces/support/LOCK @@ -0,0 +1 @@ +Prevent support files from being propagated into this directory. diff --git a/testing/web-platform/tests/css/css-namespaces/support/fail.css b/testing/web-platform/tests/css/css-namespaces/support/fail.css new file mode 100644 index 0000000000..1c2d64c7e7 --- /dev/null +++ b/testing/web-platform/tests/css/css-namespaces/support/fail.css @@ -0,0 +1 @@ +* { background:red ! important } diff --git a/testing/web-platform/tests/css/css-namespaces/support/scope-002a.css b/testing/web-platform/tests/css/css-namespaces/support/scope-002a.css new file mode 100644 index 0000000000..a8d20ba812 --- /dev/null +++ b/testing/web-platform/tests/css/css-namespaces/support/scope-002a.css @@ -0,0 +1,3 @@ +@namespace x url("test"); +@namespace y url("test"); +w|test { background:red } diff --git a/testing/web-platform/tests/css/css-namespaces/support/scope-002b.css b/testing/web-platform/tests/css/css-namespaces/support/scope-002b.css new file mode 100644 index 0000000000..0c0d032a0e --- /dev/null +++ b/testing/web-platform/tests/css/css-namespaces/support/scope-002b.css @@ -0,0 +1,2 @@ +y|test { background: red } + diff --git a/testing/web-platform/tests/css/css-namespaces/support/syntax-007.css b/testing/web-platform/tests/css/css-namespaces/support/syntax-007.css new file mode 100644 index 0000000000..65d1fa73a0 --- /dev/null +++ b/testing/web-platform/tests/css/css-namespaces/support/syntax-007.css @@ -0,0 +1,5 @@ +@charset "UTF-8"; +@namespace url("test"); +@namespace url("test2"); +*|test { background:lime } +test { background:red } -- cgit v1.2.3