chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/cookies-set-cookie-httpOnly-expected.txt

Tests that httpOnly cookies can be set
Result of Network.setCookie: {
    id : <number>
    result : {
        success : true
    }
    sessionId : <string>
}
Num of cookies 1
name: foo, value: bar1, domain: 127.0.0.1, path: /, httpOnly, session