mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28:21 +01:00
Add support for the ::slotted
selector (#35352)
* bump stylo Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
5cd4012e79
commit
7a6953bc08
7 changed files with 20 additions and 148 deletions
|
@ -1,27 +1,3 @@
|
|||
[parse-slotted.html]
|
||||
["::slotted(bar)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted([attr=\\"foo\\"\])" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(*)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(.class)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:not(foo))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:not(:nth-last-of-type(2)):not([slot=\\"foo\\"\]))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:first-child)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:hover)" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
["::slotted(:has(:first-child:last-child))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue