diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/tests/web-otp/idlharness.https.window.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/web-otp/idlharness.https.window.js b/testing/web-platform/tests/web-otp/idlharness.https.window.js new file mode 100644 index 0000000000..ef4983b1ab --- /dev/null +++ b/testing/web-platform/tests/web-otp/idlharness.https.window.js @@ -0,0 +1,16 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js + +// https://w3c.github.io/webauthn/ + +'use strict'; + +idl_test( + ['web-otp'], + ['credential-management'], + idlArray => { + idlArray.add_objects({ + // TODO: create an OTPCredential + }); + } +); |