mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +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>
54 lines
1.8 KiB
INI
Vendored
54 lines
1.8 KiB
INI
Vendored
[event-with-related-target.html]
|
|
[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
|