mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +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>
30 lines
791 B
INI
Vendored
30 lines
791 B
INI
Vendored
[highlight-pseudos-visited-computed-001.html]
|
|
[getComputedStyle() for ::target-text at #target1]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::target-text at #target2]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::spelling-error at #target1]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::spelling-error at #target2]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::grammar-error at #target1]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::grammar-error at #target2]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::highlight(foo) at #target1]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::highlight(foo) at #target2]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::search-text at #target1]
|
|
expected: FAIL
|
|
|
|
[getComputedStyle() for ::search-text at #target2]
|
|
expected: FAIL
|