| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..63539169dc5daee0902fb2e36a65c90e4b72879b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-expected.txt
|
| @@ -0,0 +1,26 @@
|
| +CONSOLE MESSAGE: line 1: Hello from the mock resource
|
| +CONSOLE MESSAGE: line 13: Post - ECHO SUCCESS!
|
| +Tests interception blocking, modification of network fetches.
|
| +
|
| +Test started
|
| +Network agent enabled
|
| +Request interception enabled
|
| +Page agent enabled
|
| +Runtime agent enabled
|
| +Network.requestIntercepted ID 1 GET resource-iframe.html
|
| +allowRequest ID 1
|
| +Network.responseReceived resource-iframe.html 200 text/html
|
| +Network.requestIntercepted ID 2 GET i-dont-exist.css
|
| +modifyRequest ID 2: url i-dont-exist.css -> test.css
|
| +Network.responseReceived i-dont-exist.css 200 text/css
|
| +Network.requestIntercepted ID 3 GET script.js
|
| +blockRequest ID 3 ConnectionFailed
|
| +Network.loadingFailed script.js net::ERR_CONNECTION_FAILED
|
| +Network.requestIntercepted ID 4 GET script2.js
|
| +mockResponse ID 4
|
| +Network.responseReceived script2.js 200 application/javascript
|
| +Network.requestIntercepted ID 5 POST post-echo.pl
|
| +allowRequest ID 5
|
| +Network.responseReceived post-echo.pl 200 text/plain
|
| +Page.frameStoppedLoading
|
| +
|
|
|