mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
importScripts("/resources/testharness.js");
|
|
importScripts("getRandomValues.js");
|
|
run_test();
|
|
done();
|