mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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>
15 lines
432 B
INI
Vendored
15 lines
432 B
INI
Vendored
[getComputedStyle-pseudo-with-argument.html]
|
|
[This pseudo-element should parse: ::highlight(name)]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight(\nname]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight(name\t]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight( name ]
|
|
expected: FAIL
|
|
|
|
[This pseudo-element should parse: ::highlight( n\\61me )]
|
|
expected: FAIL
|