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


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