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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/request-interception-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 side-by-side diff with in-line comments
Download patch
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..7cfc99bcbbc959eed9d2cde3b59c68ff106028a6
--- /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
+Fetch interception enabled
+Page agent enabled
+Runtime agent enabled
+Network.interceptedRequest ID 1 GET resource-iframe.html
+Network.allowRequest ID 1
+Network.responseReceived resource-iframe.html 200 text/html requestId = ID 1
+Network.interceptedRequest ID 2 GET i-dont-exist.css
+Network.modifyRequest ID 2: url i-dont-exist.css -> test.css
+Network.responseReceived i-dont-exist.css 200 text/css requestId = ID 2
+Network.interceptedRequest ID 3 GET script.js
+Network.blockRequest ID 3 ConnectionFailed
+Network.loadingFailed ID 3 script.js net::ERR_CONNECTION_FAILED
+Network.interceptedRequest ID 4 GET script2.js
+Network.mockResponse ID 4
+Network.responseReceived script2.js 200 application/javascript requestId = ID 4
+Network.interceptedRequest ID 5 POST post-echo.pl
+Network.allowRequest ID 5
+Network.responseReceived post-echo.pl 200 text/plain requestId = ID 5
+Page.frameStoppedLoading
+

Powered by Google App Engine
This is Rietveld 408576698