OLD | NEW |
1 Test window.dispatchEvent(). | 1 Test window.dispatchEvent(). |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS window.dispatchEvent(event) threw exception Error: InvalidStateError: DOM E
xception 11. | 6 PASS window.dispatchEvent(event) threw exception InvalidStateError: An attempt w
as made to use an object that is not, or is no longer, usable.. |
7 PASS window.dispatchEvent(event) threw exception Error: InvalidStateError: DOM E
xception 11. | 7 PASS window.dispatchEvent(event) threw exception InvalidStateError: An attempt w
as made to use an object that is not, or is no longer, usable.. |
8 PASS myEventDispatched is true | 8 PASS myEventDispatched is true |
9 PASS target is window | 9 PASS target is window |
10 PASS currentTarget is window | 10 PASS currentTarget is window |
11 PASS useCaptureDispatched is true | 11 PASS useCaptureDispatched is true |
12 PASS nonUseCaptureDispatched is true | 12 PASS nonUseCaptureDispatched is true |
13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
14 | 14 |
15 TEST COMPLETE | 15 TEST COMPLETE |
16 | 16 |
OLD | NEW |