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, 0 insertions, 15 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
deleted file mode 100644
index 6944c7601d..0000000000
--- a/testing/web-platform/meta/css/css-nesting/parsing.html.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-[parsing.html]
- [.foo { + .bar, .foo, > .baz { color: green; }}]
- expected: FAIL
-
- [.foo { .foo { color: green; }}]
- expected: FAIL
-
- [.foo { .foo, .foo & { color: green; }}]
- expected: FAIL
-
- [.foo { :is(.bar, .baz) { color: green; }}]
- expected: FAIL
-
- [.foo { .foo, .bar { color: green; }}]
- expected: FAIL