From 51a8fa188e6ee79b6cb731644e9f3ff813718c42 Mon Sep 17 00:00:00 2001 From: autofoolip Date: Fri, 17 Jul 2020 11:11:22 +0000 Subject: [PATCH] Bug 1651554 [wpt PR 24525] - Update interfaces/webauthn.idl, a=testonly Automatic update from web-platform-tests Update interfaces/webauthn.idl (#24525) Source: https://github.com/tidoust/reffy-reports/blob/de373e9/ed/idl/webauthn.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/706366061 -- wpt-commits: ade4f1ff0ecb2ff88d0aa94f1bee6a2d8e2b81f4 wpt-pr: 24525 --- testing/web-platform/tests/interfaces/webauthn.idl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/web-platform/tests/interfaces/webauthn.idl b/testing/web-platform/tests/interfaces/webauthn.idl index 9de7f64919d6..607c47654850 100644 --- a/testing/web-platform/tests/interfaces/webauthn.idl +++ b/testing/web-platform/tests/interfaces/webauthn.idl @@ -167,6 +167,10 @@ partial dictionary AuthenticationExtensionsClientInputs { USVString appidExclude; }; +partial dictionary AuthenticationExtensionsClientOutputs { + boolean appidExclude; +}; + partial dictionary AuthenticationExtensionsClientInputs { boolean uvm; }; -- 2.11.4.GIT