tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.https.window.js (565B)


      1 // META: timeout=long
      2 // META: script=/resources/WebIDLParser.js
      3 // META: script=/resources/idlharness.js
      4 // META: script=helpers.js
      5 
      6 // https://w3c.github.io/webauthn/
      7 
      8 'use strict';
      9 
     10 idl_test(
     11  ['webauthn'],
     12  ['credential-management'],
     13  async idlArray => {
     14    // NOTE: The following are tested in idlharness-manual.https.window.js:
     15    // idlArray.add_objects({
     16    //   PublicKeyCredential: ['cred', 'assertion'],
     17    //   AuthenticatorAttestationResponse: ['cred.response'],
     18    //   AuthenticatorAssertionResponse: ['assertion.response']
     19    // });
     20  }
     21 );