| OLD | NEW |
| 1 Tests RemoteObject.getEventListeners. | 1 Tests RemoteObject.eventListeners. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetUp | 4 Running: testSetUp |
| 5 | 5 |
| 6 Running: testWindowEventListeners | 6 Running: testWindowEventListeners |
| 7 type: scroll | 7 type: scroll |
| 8 useCapture: true | 8 useCapture: true |
| 9 location: 16, 78 | 9 location: 16, 78 |
| 10 handler: function foo() {} | 10 handler: function foo() {} |
| 11 sourceName: domdebugger-getEventListeners.html | 11 sourceName: domdebugger-getEventListeners.html |
| (...skipping 16 matching lines...) Expand all Loading... |
| 28 useCapture: false | 28 useCapture: false |
| 29 location: 121, 75 | 29 location: 121, 75 |
| 30 handler: function onclick(event) { | 30 handler: function onclick(event) { |
| 31 return 42; | 31 return 42; |
| 32 } | 32 } |
| 33 sourceName: domdebugger-getEventListeners.html | 33 sourceName: domdebugger-getEventListeners.html |
| 34 | 34 |
| 35 | 35 |
| 36 Running: testDivWithoutEventListeners | 36 Running: testDivWithoutEventListeners |
| 37 | 37 |
| OLD | NEW |