mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Don't register unconnected shadow roots with their owner document (#34361)
* Don't falsely register Shadow Roots as connected Previously, a shadowroot would be registered as connected during the shadow hosts bind_to_tree call, even if the host was being bound to an element that was not itself connected to a document. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Move bind/unbind methods into a VirtualMethod impl Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Add DocumentFragment/Shadowroot to vtable_for 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
888a93af47
commit
f1e89c58a6
10 changed files with 161 additions and 27 deletions
|
@ -1,2 +1,54 @@
|
|||
[event-with-related-target.html]
|
||||
expected: CRASH
|
||||
[Firing an event at B1a with relatedNode at B1 with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at B1 with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at B1b1 with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at B1b1 with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1b1 with relatedNode at B1a with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1b1 with relatedNode at B1a with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at D1 with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at D1 with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at D1 with relatedNode at B1a with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at D1 with relatedNode at B1a with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at A1a with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at A1a with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at A1a with relatedNode at B1a with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at A1a with relatedNode at B1a with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at A1a (detached) with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at B1a with relatedNode at A1a (detached) with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at A1a with relatedNode at B1a (detached) with open mode shadow trees]
|
||||
expected: FAIL
|
||||
|
||||
[Firing an event at A1a with relatedNode at B1a (detached) with closed mode shadow trees]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue