mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
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>
36 lines
1 KiB
INI
Vendored
36 lines
1 KiB
INI
Vendored
[highlight-cascade-007.html]
|
||
[M::selection’s own text-shadow respects M’s font-size]
|
||
expected: FAIL
|
||
|
||
[M span::selection’s inherited text-shadow respects M’s font-size]
|
||
expected: FAIL
|
||
|
||
[W::selection’s own text-shadow respects W’s line-height]
|
||
expected: FAIL
|
||
|
||
[W span::selection’s inherited text-shadow respects W’s line-height]
|
||
expected: FAIL
|
||
|
||
[U::selection’s own text-decoration-thickness respects U’s font-size]
|
||
expected: FAIL
|
||
|
||
[U span::selection’s own text-decoration-thickness respects U span’s font-size]
|
||
expected: FAIL
|
||
|
||
[M::selection’s font-size is the same as in M]
|
||
expected: FAIL
|
||
|
||
[M span::selection’s font-size is the same as in M span]
|
||
expected: FAIL
|
||
|
||
[W::selection’s line-height is the same as in W]
|
||
expected: FAIL
|
||
|
||
[W span::selection’s line-height is the same as in W span]
|
||
expected: FAIL
|
||
|
||
[U::selection’s font-size is the same as in U]
|
||
expected: FAIL
|
||
|
||
[U span::selection’s font-size is the same as in U span]
|
||
expected: FAIL
|