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

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

Issue 2877423004: without the plumbing!
Patch Set: 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 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 Fetch interception enabled
7 Page agent enabled
8 Runtime agent enabled
9 Network.interceptedRequest ID 1 GET redirect-iframe.html
10 Network.allowRequest ID 1
11 Network.responseReceived redirect-iframe.html 200 text/html requestId = ID 1
12 Network.interceptedRequest ID 2 GET redirect1.pl
13 Network.allowRequest ID 2
14 Network.interceptedRedirect ID 2 307 redirect1.pl -> redirect2.pl
15 Network.allowRequest ID 2
16 Network.interceptedRedirect ID 2 302 redirect2.pl -> redirect3.pl
17 Network.mockResponse ID 2
18 Network.responseReceived redirect2.pl 200 application/javascript requestId = ID 2
19 Page.frameStoppedLoading
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698