| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/xhr-interception-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/xhr-interception-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/xhr-interception-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d9893d3bb1efdf258529c2e943a5e4430235d799
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/xhr-interception-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +CONSOLE MESSAGE: line 8: xhr.responseText = Payload for the Mock XHR response;
|
| +Tests interception of an XHR request.
|
| +
|
| +Test started
|
| +Network agent enabled
|
| +Request interception enabled
|
| +Page agent enabled
|
| +Runtime agent enabled
|
| +Network.requestIntercepted ID 1 GET xhr-iframe.html
|
| +allowRequest ID 1
|
| +Network.responseReceived xhr-iframe.html 200 text/html
|
| +Network.requestIntercepted ID 2 GET example.txt
|
| +mockResponse ID 2
|
| +Network.responseReceived example.txt 200 text/plain
|
| +Page.frameStoppedLoading
|
| +
|
|
|