chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/workers/resources/worker-create.js

function createWorker(url)
{
    return new Worker(url);
}