| OLD | NEW |
| 1 Check that interfaces inherit from EventTarget | 1 Check that interfaces inherit from EventTarget |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS EventSource.prototype.__proto__ is EventTarget.prototype | 6 PASS EventSource.prototype.__proto__ is EventTarget.prototype |
| 7 PASS FileReader.prototype.__proto__ is EventTarget.prototype | 7 PASS FileReader.prototype.__proto__ is EventTarget.prototype |
| 8 PASS MediaController.prototype.__proto__ is EventTarget.prototype | 8 PASS MediaController.prototype.__proto__ is EventTarget.prototype |
| 9 PASS MediaSource.prototype.__proto__ is EventTarget.prototype | 9 PASS MediaSource.prototype.__proto__ is EventTarget.prototype |
| 10 PASS MessagePort.prototype.__proto__ is EventTarget.prototype | 10 PASS MessagePort.prototype.__proto__ is EventTarget.prototype |
| 11 PASS Node.prototype.__proto__ is EventTarget.prototype | 11 PASS Node.prototype.__proto__ is EventTarget.prototype |
| 12 PASS Performance.prototype.__proto__ is EventTarget.prototype | 12 PASS Performance.prototype.__proto__ is EventTarget.prototype |
| 13 PASS SVGElementInstance.prototype.__proto__ is EventTarget.prototype | |
| 14 PASS SharedWorker.prototype.__proto__ is EventTarget.prototype | 13 PASS SharedWorker.prototype.__proto__ is EventTarget.prototype |
| 15 PASS WebSocket.prototype.__proto__ is EventTarget.prototype | 14 PASS WebSocket.prototype.__proto__ is EventTarget.prototype |
| 16 PASS Window.prototype.__proto__ is EventTarget.prototype | 15 PASS Window.prototype.__proto__ is EventTarget.prototype |
| 17 PASS Worker.prototype.__proto__ is EventTarget.prototype | 16 PASS Worker.prototype.__proto__ is EventTarget.prototype |
| 18 PASS AudioContext.prototype.__proto__ is EventTarget.prototype | 17 PASS AudioContext.prototype.__proto__ is EventTarget.prototype |
| 19 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 20 | 19 |
| 21 TEST COMPLETE | 20 TEST COMPLETE |
| 22 | 21 |
| OLD | NEW |