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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
deleted file mode 100644
index a89144f4f7addb8956362bf1d3b2f41fa03ad700..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/event-listener-breakpoints-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Tests event listener breakpoints.
-
-
-
-Running: testClickBreakpoint
-Script execution paused.
-Call stack:
- 0) testElementClicked (event-listener-breakpoints.html:7)
- 1) addListenerAndClick (event-listener-breakpoints.html:16)
- 2) (:1)
-Event target: INPUT
-Script execution resumed.
-
-Running: testTimerFiredBreakpoint
-Script execution paused.
-Call stack:
- 0) timerFired (event-listener-breakpoints.html:19)
-Script execution resumed.
-
-Running: testLoadBreakpointOnXHR
-Script execution paused.
-Call stack:
- 0) loadCallback (event-listener-breakpoints.html:42)
-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