From 2837014e5b3f212ec55657cc55486af44519c45e Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Mon, 26 Mar 2018 13:19:47 +0000 Subject: [PATCH] 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 Cr-Commit-Position: refs/heads/master@{#539588} wpt-commits: 3678c44dfe811f93a796285e9531ee34d7d15682 wpt-pr: 9697 wpt-commits: 3678c44dfe811f93a796285e9531ee34d7d15682 wpt-pr: 9697 --- testing/web-platform/meta/MANIFEST.json | 4 ++-- .../webauthn/createcredential-extensions.https.html | 10 ++-------- .../tests/webauthn/getcredential-extensions.https.html | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index f5d385f0910f..db01c5e5ef9b 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -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": [ diff --git a/testing/web-platform/tests/webauthn/createcredential-extensions.https.html b/testing/web-platform/tests/webauthn/createcredential-extensions.https.html index 6d0e3e3beed2..3b3c9bf540bb 100644 --- a/testing/web-platform/tests/webauthn/createcredential-extensions.https.html +++ b/testing/web-platform/tests/webauthn/createcredential-extensions.https.html @@ -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 */ - + \ No newline at end of file diff --git a/testing/web-platform/tests/webauthn/getcredential-extensions.https.html b/testing/web-platform/tests/webauthn/getcredential-extensions.https.html index b9f58efa1ee9..bad5ce45ad75 100644 --- a/testing/web-platform/tests/webauthn/getcredential-extensions.https.html +++ b/testing/web-platform/tests/webauthn/getcredential-extensions.https.html @@ -66,4 +66,4 @@ standardSetup(function() { /* JSHINT */ /* globals standardSetup, GetCredentialsTest, createRandomString, createCredential */ - + \ No newline at end of file