https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1c347c1bcbe13cec655b8487ff2c67f0232bdc90 authored by Luke Bjerring on 29 March 2018, 14:49:12 UTC
Check inherited interfaces exist
Tip revision: 1c347c1
successes_ECDSA.https.worker.js
// META: timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("successes.js");

run_test(["ECDSA"]);
done();
back to top