mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
* 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>
18 lines
932 B
INI
Vendored
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
|