Dactyloidae/testing/web-platform/tests/WebCryptoAPI/getRandomValues.worker.js

4 lines
101 B
JavaScript
Raw Normal View History

importScripts("/resources/testharness.js");
importScripts("getRandomValues.js");
run_test();
done();