blob: 4ba603aef39775e22450da1bf80e7cba828bec06 [file] [log] [blame] [edit]
Check that interfaces inherit from EventTarget
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS EventSource.prototype.__proto__ is EventTarget.prototype
PASS FileReader.prototype.__proto__ is EventTarget.prototype
PASS MediaController.prototype.__proto__ is EventTarget.prototype
PASS MediaSource.prototype.__proto__ is EventTarget.prototype
PASS MessagePort.prototype.__proto__ is EventTarget.prototype
PASS Node.prototype.__proto__ is EventTarget.prototype
PASS Performance.prototype.__proto__ is EventTarget.prototype
PASS SharedWorker.prototype.__proto__ is EventTarget.prototype
PASS WebSocket.prototype.__proto__ is EventTarget.prototype
PASS Window.prototype.__proto__ is EventTarget.prototype
PASS Worker.prototype.__proto__ is EventTarget.prototype
PASS AudioContext.prototype.__proto__ is EventTarget.prototype
PASS successfullyParsed is true
TEST COMPLETE