summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/received/css-namespaces-3/support
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /layout/reftests/w3c-css/received/css-namespaces-3/support
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
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 }