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