servo/tests/wpt/meta/shadow-dom/event-with-related-target.html.ini
Andrei Volykhin f48c3a5e2a
dom: Set "composed" flag on construction for some event types (#36239)
"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>
2025-03-31 17:15:48 +00:00

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