servo/tests/wpt/meta/css/css-pseudo/marker-computed-content.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

30 lines
866 B
INI
Vendored

[marker-computed-content.html]
[Computed 'content' for list-item ::marker, variant string]
expected: FAIL
[Computed 'content' for list-item ::marker, variant image]
expected: FAIL
[Computed 'content' for list-item ::marker, variant none]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant string]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant image]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant none]
expected: FAIL
[Computed 'content' for list-item ::marker, variant default]
expected: FAIL
[Computed 'content' for list-item ::marker, variant normal]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant default]
expected: FAIL
[Computed 'content' for non-list-item ::marker, variant normal]
expected: FAIL