Files
tubestation/testing/web-platform/tests/web-otp/idlharness.https.window.js
Stephen McGruer 062dac3c20 Bug 1646726 [wpt PR 24236] - Add interfaces/web-otp.idl and test, a=testonly
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
2020-07-01 11:29:37 +00:00

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
});
}
);