Bug 1412775 - Implement Event.composedPath

Tag #1375
This commit is contained in:
Matt A. Tobin 2020-04-17 07:30:43 -04:00 committed by Roy Tam
commit 2ee3ce62fc
24 changed files with 194 additions and 131 deletions

View file

@ -1,13 +1,5 @@
[Extensions-to-Event-Interface.html]
type: testharness
[composedPath() must exist on Event]
expected: FAIL
[composedPath() must return an empty array when the event has not been dispatched]
expected: FAIL
[composedPath() must return an empty array when the event is no longer dispatched]
expected: FAIL
[The event must propagate out of open mode shadow boundaries when the composed flag is set]
expected: FAIL