chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/blocked-setcookie-invalid-domain-expected.txt

Verifies that setting a cookie with a domain attribute which does not match the current domain sends a Network.ResponseReceivedExtraInfo event with the corresponding blocked cookie.

Bad domain attribute blocked set-cookies:[
    [0] : {
        blockedReasons : [
            [0] : InvalidDomain
        ]
        cookieLine : name=value; Domain=cookie.test
    }
]