summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/support/ImportScripts.js
blob: 7f2a2bcb552ed16f03034167e8f4f79850e6cb29 (plain)
1
2
3
4
5
6
7
8
9
try
{
    importScripts("WorkerBasic.js");
}
catch(ex)
{
    result = "Fail";
    postMessage(result);
}