Bug 1441718 [wpt PR 9697] - Revert "webauthn: support the appid extension.", a=testonly

Automatic update from web-platform-testsRevert "webauthn: support the appid extension."

This reverts commit 831be59aae45ff279e0eac88f736be2c2b033a2f.

Change-Id: Ief52cac2ae1f133b2c9db3e35a0c887b5a2bd02f
Reviewed-on: https://chromium-review.googlesource.com/939657
Reviewed-by: Adam Langley <agl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539588}

wpt-commits: 3678c44dfe811f93a796285e9531ee34d7d15682
wpt-pr: 9697
wpt-commits: 3678c44dfe811f93a796285e9531ee34d7d15682
wpt-pr: 9697
This commit is contained in:
Adam Langley 2018-03-26 13:19:47 +00:00 committed by James Graham
parent dd0a49b1b2
commit 2837014e5b
3 changed files with 5 additions and 11 deletions

View File

@ -599053,7 +599053,7 @@
"testharness"
],
"webauthn/createcredential-extensions.https.html": [
"f50897ebe4f5d00b58d8fe55909355d3c0c590f6",
"9642dafa7ed7ce75d5812328fcd3ac2239e33ebd",
"testharness"
],
"webauthn/createcredential-passing.https.html": [
@ -599077,7 +599077,7 @@
"testharness"
],
"webauthn/getcredential-extensions.https.html": [
"314671957c0fd35dabf38b959c84523dd59ac29e",
"ea4d0533a5939927dd9eaa5d81116dbcc2f3ccbe",
"testharness"
],
"webauthn/getcredential-passing.https.html": [

View File

@ -35,15 +35,9 @@ standardSetup(function() {
randomExtId[createRandomString(64)] = dummyExtension;
new CreateCredentialsTest("options.publicKey.extensions", {foo: JSON.stringify(randomExtId)}).runTest("extensions is a nonsensical JSON string");
// Defined extensions.
// appid
new CreateCredentialsTest("options.publicKey.extensions", {appid: ""}).runTest("empty appid in create request", "NotSupportedError");
new CreateCredentialsTest("options.publicKey.extensions", {appid: null}).runTest("null appid in create request", "NotSupportedError");
new CreateCredentialsTest("options.publicKey.extensions", {appid: "anything"}).runTest("appid in create request", "NotSupportedError");
// TODO
// defined extensions:
// * appid
// * txAuthSimple
// * txAuthGeneric
// * authnSel
@ -55,4 +49,4 @@ standardSetup(function() {
/* JSHINT */
/* globals standardSetup, CreateCredentialsTest, createRandomString */
</script>
</script>

View File

@ -66,4 +66,4 @@ standardSetup(function() {
/* JSHINT */
/* globals standardSetup, GetCredentialsTest, createRandomString, createCredential */
</script>
</script>