chromium/third_party/blink/web_tests/http/tests/inspector-protocol/runtime/eval-await-terminated-on-navigation-expected.txt

Tests that not finished asynchronous Runtime.evaluate calls are terminated on navigation.
Evaluated promise in page
Navigated to another domain
Evaluation response received:
{
    error : {
        code : -32000
        message : Inspected target navigated or closed
    }
    id : <number>
    sessionId : <string>
}
PASS: Evaluation failed after navigation
PASS: Received server error for eval
PASS: Error message mentions navigation