summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-namespaces/support
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/tests/css/css-namespaces/support
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-namespaces/support')
-rw-r--r--testing/web-platform/tests/css/css-namespaces/support/LOCK1
-rw-r--r--testing/web-platform/tests/css/css-namespaces/support/fail.css1
-rw-r--r--testing/web-platform/tests/css/css-namespaces/support/scope-002a.css3
-rw-r--r--testing/web-platform/tests/css/css-namespaces/support/scope-002b.css2
-rw-r--r--testing/web-platform/tests/css/css-namespaces/support/syntax-007.css5
5 files changed, 12 insertions, 0 deletions
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 }