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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-mocked-expected.txt

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Add a comment Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: Hello from the mock resource
2 Tests interception of redirects.
3
4 Test started
5 Network agent enabled
6 Request interception enabled
7 Page agent enabled
8 Runtime agent enabled
9 Network.requestIntercepted ID 1 GET redirect-iframe.html
10 allowRequest ID 1
11 Network.responseReceived redirect-iframe.html 200 text/html
12 Network.requestIntercepted ID 2 GET redirect1.pl
13 allowRequest ID 2
14 Network.requestIntercepted ID 2 307 redirect redirect1.pl -> redirect2.pl
15 allowRequest ID 2
16 Network.requestIntercepted ID 2 302 redirect redirect2.pl -> redirect3.pl
17 allowRequest ID 2
18 Network.requestIntercepted ID 2 301 redirect redirect3.pl -> final.js
19 mockResponse ID 2
20 Network.responseReceived redirect3.pl 200 application/javascript
21 Page.frameStoppedLoading
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698