idlharness.https.window.js (287B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 // https://w3c.github.io/webauthn/ 5 6 'use strict'; 7 8 idl_test( 9 ['web-otp'], 10 ['credential-management'], 11 idlArray => { 12 idlArray.add_objects({ 13 // TODO: create an OTPCredential 14 }); 15 } 16 );