Source code
Revision control
Copy as Markdown
Other Tools
[fedcm-disconnect-errors.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and not debug and (processor == "x86"): [ERROR, TIMEOUT, OK]
[disconnect requires 3 parameters: configURL, clientId, and accountHint]
expected: FAIL
[disconnect fails if the disconnect endpoint is cross-origin with respectto the config file]
expected: FAIL
[disconnect fails if the server sends failure]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL