mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
"Composed" flag (https://dom.spec.whatwg.org/#composed-flag) should be properly set on event construction phase from optional "EventInit" dictionary (https://dom.spec.whatwg.org/#dom-eventinit-composed). The limited set of event types (Custom/Error/Focus/Mouse) will be affected by this CL (used in WPT tests). --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are WPT shadow-dom tests which have new issues related to event "relatedTarget" property tests/wpt/tests/shadow-dom/event-composed-path-with-related-target.html tests/wpt/tests/shadow-dom/event-with-related-target.html Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
30 lines
1.4 KiB
INI
Vendored
30 lines
1.4 KiB
INI
Vendored
[event-composed-path-with-related-target.html]
|
|
[Event path for an event with a relatedTarget. Event should stop at the shadow root]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget which is identical to target. Event should be dispatched and should stop at the shadow root.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. target and relaterTarget do not share any shadow-including ancestor. target is in a shadow tree.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. target and relaterTarget do not share any shadow-including ancestor. target is not in a shadow tree]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. target and relaterTarget share the same shadow-including ancestor. Both are in shadow trees.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. relatedTarget is a shadow-including ancestor of target.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. target is a shadow-including ancestor of relatedTarget.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. target is assigned to a slot.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. Event should be dispatched at every slots.]
|
|
expected: FAIL
|
|
|
|
[Event path for an event with a relatedTarget. Event should be dispatched at every slots. relatedTarget should be correctly retargeted.]
|
|
expected: FAIL
|