chromium/third_party/blink/web_tests/http/tests/inspector-protocol/issues/third-party-cookie-blocking-first-party-set-enabled-expected.txt

Test third-party cookie blocking enabled between sites in same First-Party Set
Test started
Number of cookies: 0
Number of cookies: 1
Cookie blocked: false
Reasons: 
{
    issue : {
        code : CookieIssue
        details : {
            cookieIssueDetails : {
                cookie : {
                    domain : cookie.test
                    name : foo
                    path : /
                }
                cookieExclusionReasons : [
                ]
                cookieUrl : https://cookie.test:8443/inspector-protocol/resources/iframe-third-party-cookie-child.php
                cookieWarningReasons : [
                    [0] : WarnThirdPartyPhaseout
                ]
                operation : ReadCookie
                request : {
                    requestId : <string>
                    url : https://cookie.test:8443/inspector-protocol/resources/iframe-third-party-cookie-child.php
                }
                siteForCookies : https://firstparty.test/
            }
        }
        issueId : <string>
    }
}