summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/received/css-namespaces-3/support
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/w3c-css/received/css-namespaces-3/support')
-rw-r--r--layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css1
-rw-r--r--layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002a.css3
-rw-r--r--layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002b.css2
-rw-r--r--layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css5
4 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css b/layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css
new file mode 100644
index 000000000..1c2d64c7e
--- /dev/null
+++ b/layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css
@@ -0,0 +1 @@
+* { background:red ! important }
diff --git a/layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002a.css b/layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002a.css
new file mode 100644
index 000000000..a8d20ba81
--- /dev/null
+++ b/layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002a.css
@@ -0,0 +1,3 @@
+@namespace x url("test");
+@namespace y url("test");
+w|test { background:red }
diff --git a/layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002b.css b/layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002b.css
new file mode 100644
index 000000000..0c0d032a0
--- /dev/null
+++ b/layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002b.css
@@ -0,0 +1,2 @@
+y|test { background: red }
+
diff --git a/layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css b/layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css
new file mode 100644
index 000000000..65d1fa73a
--- /dev/null
+++ b/layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css
@@ -0,0 +1,5 @@
+@charset "UTF-8";
+@namespace url("test");
+@namespace url("test2");
+*|test { background:lime }
+test { background:red }