From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css | 1 + .../w3c-css/received/css-namespaces-3/support/scope-002a.css | 3 +++ .../w3c-css/received/css-namespaces-3/support/scope-002b.css | 2 ++ .../w3c-css/received/css-namespaces-3/support/syntax-007.css | 5 +++++ 4 files changed, 11 insertions(+) create mode 100644 layout/reftests/w3c-css/received/css-namespaces-3/support/fail.css create mode 100644 layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002a.css create mode 100644 layout/reftests/w3c-css/received/css-namespaces-3/support/scope-002b.css create mode 100644 layout/reftests/w3c-css/received/css-namespaces-3/support/syntax-007.css (limited to 'layout/reftests/w3c-css/received/css-namespaces-3/support') 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 } -- cgit v1.2.3