blob: 006fac01ecf0f0a13f331ae1bcd26648e12e7269 [file] [log] [blame]
Test SVGDocument.createEvent() operation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS svgDocument.createEvent() threw exception TypeError: Not enough arguments.
PASS event = svgDocument.createEvent('mouseevent') did not throw exception.
PASS event.__proto__ is MouseEvent.prototype
PASS successfullyParsed is true
TEST COMPLETE