mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix IS_IN_SHADOW_TREE flag for descendants after Node::remove call (#34803)
* Consider a UnbindContext to be tree-connected if its in a shadow root Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Properly track whether a node is in a shadow tree after removing subtree 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
e8f75c9aea
commit
1ab55e6b11
3 changed files with 34 additions and 15 deletions
|
@ -1,3 +0,0 @@
|
|||
[getElementById-dynamic-001.html]
|
||||
[ShadowRoot.getElementById keeps working after host has been removed]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue