chromium/third_party/blink/web_tests/http/tests/worklet/resources/dynamic-import-worklet-script.js

import('./empty-worklet-script.js')
    .then(() => console.error('Should not reach here.'))
    .catch(e => console.error(e.name + ': ' + e.message));