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