servo/tests/wpt/meta/css/css-cascade/scope-specificity.html.ini
Servo WPT Sync b22c0771be
Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad4036f' (#34115)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2024-11-03 01:33:12 +00:00

60 lines
1.3 KiB
INI
Vendored

[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
[@scope (#main) { .b { } } and .b]
expected: FAIL
[@scope (#main) to (.b) { .a { } } and .a]
expected: FAIL
[@scope (#main, .foo, .bar) { #a { } } and #a]
expected: FAIL
[@scope (#main) { div.b { } } and div.b]
expected: FAIL
[@scope (#main) { :scope .b { } } and .a .b]
expected: FAIL
[@scope (#main) { & .b { } } and #main .b]
expected: FAIL
[@scope (#main) { div .b { } } and div .b]
expected: FAIL
[@scope (#main) { @scope (.a) { .b { } } } and .b]
expected: FAIL
[@scope (#main) { :scope .b { } } and :scope .b]
expected: FAIL
[@scope { & .b { } } and :scope .b]
expected: FAIL
[@scope (#main) { > .a { } } and :where(#main) > .a]
expected: FAIL
[@scope { & .b { } } and :where(:scope) .b]
expected: FAIL