chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/disable-interception-midway-expected.txt

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 disable-iframe.html type: Document
allowRequest ID 1
Network.responseReceived disable-iframe.html 200 text/html
Network.requestIntercepted ID 2 GET i-dont-exist.css type: Stylesheet
----- disableRequestInterception -----
Network.responseReceived i-dont-exist.css 404 text/html
Network.loadingFailed i-dont-exist.css net::ERR_ABORTED
Network.responseReceived post-echo.pl 200 text/plain
Post - ECHO SUCCESS!