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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/disable-interception-midway-expected.txt

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Add a comment 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/disable-interception-midway-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/disable-interception-midway-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/disable-interception-midway-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d2c559789273897eaeb070ee99f7aa323e811858
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/disable-interception-midway-expected.txt
@@ -0,0 +1,24 @@
+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
+Network.responseReceived i-dont-exist.css 404 text/html
+Network.loadingFailed i-dont-exist.css
+Network.requestIntercepted ID 3 GET script.js
+Network.responseReceived script.js 404 text/html
+Network.loadingFailed script.js
+Network.requestIntercepted ID 4 GET script2.js
+----- disableRequestInterception -----
+Network.responseReceived script2.js 404 text/html
+Network.loadingFailed script2.js
+Page.frameStoppedLoading
+Network.responseReceived post-echo.pl 200 text/plain
+

Powered by Google App Engine
This is Rietveld 408576698