chromium/third_party/blink/web_tests/http/tests/inspector-protocol/webauthn/webauthn-add-credential-expected.txt

Check that the WebAuthn command addCredential works
{
    id : <number>
    result : {
    }
    sessionId : <string>
}
{
    attestation : {
    }
    flags : {
        at : false
        be : false
        bs : false
        ed : false
        up : true
        uv : false
    }
    status : OK
}
{
    id : <number>
    result : {
    }
    sessionId : <string>
}
{
    attestation : {
    }
    flags : {
        at : false
        be : false
        bs : false
        ed : false
        up : true
        uv : false
    }
    status : OK
}