| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt
|
| index c2d3373678199350d71facdb720bcc4d0d43747d..231a947270bb808489e2bd5a7513c349040cc5c9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +
|
| Event listeners of window
|
| type:click
|
| useCapture:true
|
| @@ -15,14 +16,6 @@ Event listeners of window
|
| handler.className:Function
|
| handler.description:function hoverHandler(event) { console.log("hover - button - bubbling"); }
|
|
|
| - type:load
|
| - useCapture:false
|
| - lineNumber:164
|
| - columnNumber:18
|
| - handler.type:function
|
| - handler.className:Function
|
| - handler.description:function onload(event) { runTest();}
|
| -
|
| type:scroll
|
| useCapture:false
|
| lineNumber:1
|
| @@ -59,8 +52,8 @@ Event listeners of div#listeners1
|
|
|
| type:load
|
| useCapture:false
|
| - lineNumber:162
|
| - columnNumber:33
|
| + lineNumber:0
|
| + columnNumber:38
|
| handler.type:function
|
| handler.className:Function
|
| handler.description:function onload(event) { return 42;}
|
|
|