servo/tests/wpt/meta/css/css-cascade/scope-specificity.html.ini
Servo WPT Sync b3b79e049b
Sync WPT with upstream (14-09-2025) (#39293)
Automated downstream sync of changes from upstream as of 14-09-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-09-14 01:44:16 +00:00

63 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
[@scope (#main) { & .b { } } and :where(#main) .b]
expected: FAIL