summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css')
-rw-r--r--layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css5
1 files changed, 5 insertions, 0 deletions
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 }