https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 23f93ed2136650611dbb91bbe2e78698a1f75806 authored by Ben Wagner on 11 December 2018, 21:09:19 UTC
Add wpt test for font feature precedence for 'dlig'.
Tip revision: 23f93ed
idlharness.https.any.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

// https://w3c.github.io/webcrypto/Overview.html

idl_test(
  ['WebCryptoAPI'],
  ['html', 'dom'],
  idl_array => {
    idl_array.add_objects({
      Crypto: ['crypto'],
      SubtleCrypto: ['crypto.subtle']
    });
  }
);
back to top