servo/tests/wpt/meta/css/css-pseudo/highlight-cascade/highlight-cascade-007.html.ini
Martin Robinson 2ce306f450
script: Create CSSStyleOwner::Null for getComputedStyle (#36272)
This new `CSSStyleOwner` variant is used when the pseudo-element
argument fails to parse properly or is for some unknown or unsupported
pseudo-element.

Testing: There are tests for this change. Various tests start to pass
and some start to
fail. New failures are due to partial or fully missing support for
pseudo-elements such
as:
 - `::selection`
 - `::first-letter` and `::first-line`
 - `::marker`

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
Signed-off-by: Martin Robinson <mrobinson@igalia.com>

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2025-04-02 13:54:42 +00:00

36 lines
1 KiB
INI
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[highlight-cascade-007.html]
[M::selections own text-shadow respects Ms font-size]
expected: FAIL
[M span::selections inherited text-shadow respects Ms font-size]
expected: FAIL
[W::selections own text-shadow respects Ws line-height]
expected: FAIL
[W span::selections inherited text-shadow respects Ws line-height]
expected: FAIL
[U::selections own text-decoration-thickness respects Us font-size]
expected: FAIL
[U span::selections own text-decoration-thickness respects U spans font-size]
expected: FAIL
[M::selections font-size is the same as in M]
expected: FAIL
[M span::selections font-size is the same as in M span]
expected: FAIL
[W::selections line-height is the same as in W]
expected: FAIL
[W span::selections line-height is the same as in W span]
expected: FAIL
[U::selections font-size is the same as in U]
expected: FAIL
[U span::selections font-size is the same as in U span]
expected: FAIL