summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-cascade/scope-specificity.html.ini
blob: f2161e653092652f11af4fb2c1b3401864cbaa73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[scope-specificity.html]
  [@scope (#main) { .b {  } }]
    expected: FAIL

  [@scope (#main) to (.b) { .a {  } }]
    expected: FAIL

  [@scope (#main, .foo, .bar) { #a {  } }]
    expected: FAIL

  [@scope (#main) { div.b {  } }]
    expected: FAIL

  [@scope (#main) { :scope .b {  } }]
    expected: FAIL

  [@scope (#main) { & .b {  } }]
    expected: FAIL

  [@scope (#main) { div .b {  } }]
    expected: FAIL

  [@scope (#main) { @scope (.a) { .b {  } } }]
    expected: FAIL