summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/xpcshell/data/worker.js
blob: 6fb17798c6afac18d6bb53b35f536bd9588246df (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");
};