Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-getEventListeners-expected.txt

Issue 2968523003: [DevTools] Migrate inspector-protocol/debugger tests to new harness (Closed)
Patch Set: all tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;}

Powered by Google App Engine
This is Rietveld 408576698