16 lines
287 B
JavaScript
16 lines
287 B
JavaScript
// 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
|
|
});
|
|
}
|
|
);
|