summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_child-src_worker.js
blob: 5a615a98a8ef8a52e797511092b607890f746c73 (plain)
1
2
3
onmessage = function(e) {
  postMessage("worker");
};