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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock302-expected.txt

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Add missing expects plus tweak test output of Network.interceptedRedirect for clarity Created 3 years, 9 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-protocol/network/request-interception-mock302-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock302-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock302-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..757a221661ae5d66433783d47ce656163deedbf9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock302-expected.txt
@@ -0,0 +1,15 @@
+CONSOLE MESSAGE: line 1: Hello from final.js!
+Tests a mock 302 resource.
+
+Test started
+Network agent enabled
+Fetch interception enabled
+Page agent enabled
+Network.interceptedRequest ID 1 GET redirect-iframe.html
+Network.allowRequest ID 1
+Network.responseReceived redirect-iframe.html 200 text/html interceptId = ID 1
+Network.interceptedRequest ID 2 GET redirect1.pl
+Network.mockResponse ID 2
+Network.responseReceived final.js 200 application/x-javascript interceptId = ID 2
+Page.frameStoppedLoading
+

Powered by Google App Engine
This is Rietveld 408576698