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

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

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Add a comment Created 3 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-protocol/network/redirect-interception-modified-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-modified-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-modified-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2b86b71182b5c33777426f7bac9c4bc0e5917940
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-modified-expected.txt
@@ -0,0 +1,22 @@
+CONSOLE MESSAGE: line 1: Hello from alternative.js!
+Tests interception of redirects.
+
+Test started
+Network agent enabled
+Request interception enabled
+Page agent enabled
+Runtime agent enabled
+Network.requestIntercepted ID 1 GET redirect-iframe.html
+allowRequest ID 1
+Network.responseReceived redirect-iframe.html 200 text/html
+Network.requestIntercepted ID 2 GET redirect1.pl
+allowRequest ID 2
+Network.requestIntercepted ID 2 307 redirect redirect1.pl -> redirect2.pl
+allowRequest ID 2
+Network.requestIntercepted ID 2 302 redirect redirect2.pl -> redirect3.pl
+allowRequest ID 2
+Network.requestIntercepted ID 2 301 redirect redirect3.pl -> final.js
+modifyRequest ID 2: url final.js -> alternative.js
+Network.responseReceived alternative.js 200 application/x-javascript
+Page.frameStoppedLoading
+

Powered by Google App Engine
This is Rietveld 408576698