blob: da780c21c9822a70364dc9e9bdd07cf1096dc4d7 [file] [log] [blame]
Tests that document.createEvent() properly constructs and initializes a WheelEvent.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS wheelEvent.deltaX is 0
PASS wheelEvent.deltaY is 0
PASS wheelEvent.deltaZ is 0
PASS wheelEvent.deltaMode is 0
PASS successfullyParsed is true
TEST COMPLETE