mirror of
https://github.com/servo/servo.git
synced 2025-09-09 22:48:21 +01:00
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>
This commit is contained in:
parent
73ee36be00
commit
0fa3de3937
36 changed files with 119 additions and 348 deletions
6
tests/wpt/meta/shadow-dom/offsetParent-across-shadow-boundaries.html.ini
vendored
Normal file
6
tests/wpt/meta/shadow-dom/offsetParent-across-shadow-boundaries.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[offsetParent-across-shadow-boundaries.html]
|
||||
[offsetParent must find the first offset parent which is a shadow-including ancestor of the context object even some shadow tree of open mode did not have any offset parent]
|
||||
expected: FAIL
|
||||
|
||||
[offsetParent must find the first offset parent which is a shadow-including ancestor of the context object even some shadow tree of closed mode did not have any offset parent]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue