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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked-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 Tests interception of redirects.
2
3 Test started
4 Network agent enabled
5 Request interception enabled
6 Page agent enabled
7 Runtime agent enabled
8 Network.requestIntercepted ID 1 GET redirect-iframe.html
9 allowRequest ID 1
10 Network.responseReceived redirect-iframe.html 200 text/html
11 Network.requestIntercepted ID 2 GET redirect1.pl
12 allowRequest ID 2
13 Network.requestIntercepted ID 2 307 redirect redirect1.pl -> redirect2.pl
14 allowRequest ID 2
15 Network.requestIntercepted ID 2 302 redirect redirect2.pl -> redirect3.pl
16 blockRequest ID 2 AddressUnreachable
17 Network.loadingFailed redirect2.pl net::ERR_ADDRESS_UNREACHABLE
18 Page.frameStoppedLoading
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698