mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
This is pretty much just wiring up the necessary stylo methods. Note that the `exportparts` attribute is not yet supported, I'll do that in a followup change Testing: Covered by existing web platform tests. This is the first half of https://github.com/servo/servo/issues/35349 Fixes https://github.com/servo/servo/issues/37325 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
36 lines
911 B
INI
Vendored
36 lines
911 B
INI
Vendored
[highlight-pseudos.html]
|
|
["::target-text" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[".a::target-text" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["div ::target-text" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["::part(my-part)::target-text" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["::spelling-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[".a::spelling-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["div ::spelling-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["::part(my-part)::spelling-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["::grammar-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
[".a::grammar-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["div ::grammar-error" should be a valid selector]
|
|
expected: FAIL
|
|
|
|
["::part(my-part)::grammar-error" should be a valid selector]
|
|
expected: FAIL
|