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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints-expected.txt

Issue 2012873002: [DevTools] Add fetch support for XHR breakpoints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5ab1c18e4bb5031cfcfc9e142fe1efa5a603c169
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints-expected.txt
@@ -0,0 +1,20 @@
+Tests fetch() breakpoints.
+
+
+Running: testFetchBreakpoint
+Script execution paused.
+Call stack:
+ 0) sendRequest (fetch-breakpoints.html:9)
+ 1) (:1)
+Script execution resumed.
+
+Running: testPauseOnAnyFetch
+Script execution paused.
+Script execution resumed.
+Script execution paused.
+Script execution resumed.
+
+Running: testDisableBreakpoint
+Script execution paused.
+Script execution resumed.
+

Powered by Google App Engine
This is Rietveld 408576698