servo/tests/wpt/meta/css/selectors/parsing/parse-part.html.ini
Simon Wülker 0fa3de3937
Support ::part selector (#37307)
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>
2025-06-09 10:17:28 +00:00

21 lines
560 B
INI
Vendored

[parse-part.html]
["::part(foo)::placeholder" should be a valid selector]
expected: FAIL
["::part(foo)::first-line" should be a valid selector]
expected: FAIL
["::part(foo)::first-letter" should be a valid selector]
expected: FAIL
["::part(foo)::file-selector-button" should be a valid selector]
expected: FAIL
[":dir(ltr)::part(foo)" should be a valid selector]
expected: FAIL
["::part(foo):lang(en)" should be a valid selector]
expected: FAIL
["::part(foo):dir(ltr)" should be a valid selector]
expected: FAIL