summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/ssl/unsafe_worker.js
blob: 1ad6792c09c133a47b99745e2aff73436668d427 (plain)
1
2
3
4
5
6
var message = "failed";
try {
  importScripts("REPLACE_WITH_IMPORTED_JS_URL");
} catch(ex) {
}
postMessage(message);