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