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

Verifies that when we get a non-secure set-cookie header that would overwrite a secure one, we get a Network.ResponseReceivedExtraInfo event with the blocked cookie.
set-cookie that would overwrite secure cookie blocked set-cookies:[
    [0] : {
        blockedReasons : [
            [0] : OverwriteSecure
        ]
        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 : 8000
            sourceScheme : NonSecure
            value : value
        }
        cookieLine : name=value
    }
]