Files
servo/tests/wpt/meta-legacy-layout/css/selectors/has-specificity.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

22 lines
478 B
INI

[has-specificity.html]
[:has(#foo) wins over :has(.foo)]
expected: FAIL
[:has(span#foo) wins over :has(#foo)]
expected: FAIL
[:has(.bar, #foo) has same specificity as :has(#foo, .bar)]
expected: FAIL
[:has(.bar, #foo) wins over :has(.foo, .bar)]
expected: FAIL
[:has(span + span) wins over :has(span)]
expected: FAIL
[:has(span, li, p) wins over :has(span, lo, p)]
expected: FAIL
[latter :has(.foo) wins over .baz]
expected: FAIL