Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock404-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock404-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock404-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..85dc3d7a5bd51d01e78c1b48b2287a36f2d6beaf |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-mock404-expected.txt |
@@ -0,0 +1,15 @@ |
+Tests a mock 404 resource. |
+ |
+Test started |
+Network agent enabled |
+Fetch interception enabled |
+Page agent enabled |
+Network.interceptedRequest ID 1 GET redirect-iframe.html |
+Network.allowRequest ID 1 |
+Network.responseReceived redirect-iframe.html 200 text/html interceptId = ID 1 |
+Network.interceptedRequest ID 2 GET redirect1.pl |
+Network.mockResponse ID 2 |
+Network.responseReceived redirect1.pl 404 text/plain interceptId = ID 2 |
+Network.loadingFailed ID 2 redirect1.pl |
+Page.frameStoppedLoading |
+ |