| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..e6a6cd12badf0a5b3ca9ca81ca9f0af07feff9bf | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/redirect-interception-blocked-expected.txt | 
| @@ -0,0 +1,19 @@ | 
| +Tests interception of redirects. | 
| + | 
| +Test started | 
| +Network agent enabled | 
| +Fetch 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 | 
| +blockRequest ID 2 AddressUnreachable | 
| +Network.loadingFailed redirect2.pl net::ERR_ADDRESS_UNREACHABLE | 
| +Page.frameStoppedLoading | 
| + | 
|  |