chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/request-interception-invalid-stage-expected.txt

Tests the browser does not crash when an invalid interception stage is requested (crbug.com/1500377)
{
    error : {
        code : -32602
        message : Unsupported interception stage 'FOO'
    }
    id : <number>
    sessionId : <string>
}