summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-nesting/parsing.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-nesting/parsing.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-nesting/parsing.html.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-nesting/parsing.html.ini b/testing/web-platform/meta/css/css-nesting/parsing.html.ini
new file mode 100644
index 0000000000..73f591e20a
--- /dev/null
+++ b/testing/web-platform/meta/css/css-nesting/parsing.html.ini
@@ -0,0 +1,15 @@
+[parsing.html]
+ [.foo {\n @media (min-width: 50px) { color: green; }\n}]
+ expected: FAIL
+
+ [.foo {\n + .bar, .foo, > .lol { color: green; }\n}]
+ expected: FAIL
+
+ [.foo {\n > .bar { color: green; }\n}]
+ expected: FAIL
+
+ [.foo {\n + .bar & { color: green; }\n}]
+ expected: FAIL
+
+ [.foo {\n > & .bar { color: green; }\n}]
+ expected: FAIL