summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/xpcshell/data/worker.js
blob: 0a455f51c3df0b19107cc4d2046d2379b11ff995 (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

self.onmessage = function (msg) {
  self.postMessage("OK");
};