chromium/third_party/blink/web_tests/http/tests/inspector-protocol/fetch/calls-while-not-enabled-expected.txt

Tests that calls to methods of Fetch domain return proper error if the domain has not been enabled
fulfillRequest: code: -32000 message: Fetch domain is not enabled
failRequest: code: -32000 message: Fetch domain is not enabled
continueRequest: code: -32000 message: Fetch domain is not enabled
continueWithAuth: code: -32000 message: Fetch domain is not enabled
getResponseBody: code: -32000 message: Fetch domain is not enabled
takeResponseBodyAsStream: code: -32000 message: Fetch domain is not enabled