OLD | NEW |
(Empty) | |
| 1 Tests the constructor of the standard drag event |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS testEvent = new DragEvent('dragstart') did not throw exception. |
| 7 PASS testEvent.__proto__ is DragEvent.prototype |
| 8 PASS testEvent.dataTransfer is null |
| 9 PASS testEvent = new DragEvent('dragstart', { dataTransfer:null }) did not throw
exception. |
| 10 PASS testEvent.__proto__ is DragEvent.prototype |
| 11 PASS testEvent.dataTransfer is null |
| 12 PASS successfullyParsed is true |
| 13 |
| 14 TEST COMPLETE |
| 15 |
OLD | NEW |