summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-nesting/parsing.html.ini
blob: dd066b4d4083b6a8ce2ead409dafc1ea1db69b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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