servo/tests/wpt/meta/shadow-dom/Extensions-to-Event-Interface.html.ini
Simon Wülker 1b882f2729
Implement Event propagation across shadow roots (#34884)
* Implement Event.composed flag

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Allow composed events to pass shadow boundaries

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>
2025-01-22 15:25:16 +00:00

18 lines
932 B
INI
Vendored

[Extensions-to-Event-Interface.html]
[The event must not propagate out of open mode shadow tree of the target but must propagate out of inner shadow trees when the scoped flag is set]
expected: FAIL
[The event must not propagate out of closed mode shadow tree of the target but must propagate out of inner shadow trees when the scoped flag is set]
expected: FAIL
[The event must propagate out of open mode shadow tree in which the relative target and the relative related target are the same]
expected: FAIL
[The event must propagate out of closed mode shadow tree in which the relative target and the relative related target are the same]
expected: FAIL
[composedPath() must contain and only contain the unclosed nodes of target in open mode shadow trees]
expected: FAIL
[composedPath() must contain and only contain the unclosed nodes of target in closed mode shadow trees]
expected: FAIL