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

Unified Diff: LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt

Issue 343653007: DevTools: Support media event listener breakpoints in frontend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt b/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt
index 952d379b5b0df74fde6509db41fd51554c890f8a..a89144f4f7addb8956362bf1d3b2f41fa03ad700 100644
--- a/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt
@@ -1,6 +1,6 @@
Tests event listener breakpoints.
-
+
Running: testClickBreakpoint
Script execution paused.
@@ -8,7 +8,7 @@ Call stack:
0) testElementClicked (event-listener-breakpoints.html:7)
1) addListenerAndClick (event-listener-breakpoints.html:16)
2) (:1)
-Event target: Node
+Event target: INPUT
Script execution resumed.
Running: testTimerFiredBreakpoint
@@ -24,3 +24,10 @@ Call stack:
Event target: XMLHttpRequest
Script execution resumed.
+Running: testMediaEventBreakpoint
+Script execution paused.
+Call stack:
+ 0) onVideoPlay (event-listener-breakpoints.html:54)
+Event target: VIDEO
+Script execution resumed.
+

Powered by Google App Engine
This is Rietveld 408576698