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

Verifies that cookies blocked for a request of a subdomain of the cookie's domain are included in the blocked cookies of Network.RequestWillBeSentExtraInfo events.

requestWillBeSentExtraInfo blocked cookies:[
    [0] : {
        blockedReasons : [
            [0] : DomainMismatch
        ]
        cookie : {
            domain : cookie.test
            expires : -1
            httpOnly : false
            name : name
            path : /inspector-protocol/network/resources
            priority : Medium
            sameParty : false
            secure : false
            session : true
            size : 9
            sourcePort : 8443
            sourceScheme : Secure
            value : value
        }
        exemptionReason : None
    }
]