| Index: LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
|
| diff --git a/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt b/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
|
| index b8b6e34d133c58a32f0dc6beae57784da1286a53..2459266bf99cfa2b5aad883663efd48744b4e5b2 100644
|
| --- a/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
|
| +++ b/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
|
| @@ -67,6 +67,23 @@ mouseover: {
|
| remove: function () { node.removeEventListener(this.type, this.listener, this.useCapture) }
|
| }
|
| }
|
| +- window -
|
| +load: {
|
| + 0: {
|
| + listener: function onload(event) { runTest() }
|
| + useCapture: false
|
| + type: "load"
|
| + remove: function () { node.removeEventListener(this.type, this.listener, this.useCapture) }
|
| + }
|
| +}
|
| +popstate: {
|
| + 0: {
|
| + listener: function listener1() { }
|
| + useCapture: false
|
| + type: "popstate"
|
| + remove: function () { node.removeEventListener(this.type, this.listener, this.useCapture) }
|
| + }
|
| +}
|
| - empty -
|
| - invalid -
|
| - object -
|
| @@ -75,6 +92,4 @@ undefined
|
| undefined
|
| - undefined -
|
| undefined
|
| -- window -
|
| -undefined
|
|
|
|
|