chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/blocked-cookie-not-on-path-expected.txt

Verifies that cookies not within the current path of the request to a domain send Network.*ExtraInfo events with corresponding blocked cookies.

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