mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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>
18 lines
756 B
INI
Vendored
18 lines
756 B
INI
Vendored
[event-post-dispatch.html]
|
|
[Event properties post dispatch with relatedTarget in the same shadow tree. (composed: true)]
|
|
expected: FAIL
|
|
|
|
[Event properties post dispatch with relatedTarget in the same shadow tree. (composed: false)]
|
|
expected: FAIL
|
|
|
|
[Event properties post dispatch with relatedTarget in the document tree and the shadow tree. (composed: false)]
|
|
expected: FAIL
|
|
|
|
[Event properties post dispatch with relatedTarget in the different shadow trees. (composed: true)]
|
|
expected: FAIL
|
|
|
|
[Event properties post dispatch with relatedTarget in the different shadow trees. (composed: false)]
|
|
expected: FAIL
|
|
|
|
[Event properties post dispatch when target get moved out of the shadow tree by event listener]
|
|
expected: FAIL
|