Automatic update from web-platform-tests Add interfaces/web-otp.idl and test (#24236) Closes https://github.com/web-platform-tests/wpt/pull/24227 -- wpt-commits: f4a914b313d6ce88809e8c74a32880bb3b1a86fa wpt-pr: 24236
17 lines
287 B
JavaScript
17 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
|
|
});
|
|
}
|
|
);
|