blob: eab4f9ec5233cdc1861b61f213b77a488980c827 [file] [log] [blame]
Tests the constructor of the standard drag event
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testEvent = new DragEvent('dragstart') did not throw exception.
PASS testEvent.__proto__ is DragEvent.prototype
PASS testEvent.dataTransfer is null
PASS testEvent = new DragEvent('dragstart', { dataTransfer:null }) did not throw exception.
PASS testEvent.__proto__ is DragEvent.prototype
PASS testEvent.dataTransfer is null
PASS successfullyParsed is true
TEST COMPLETE