blob: ef4983b1ab6b21be19c696fd7787b1196e97ee6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
});
}
);
|