summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/test-bug-595934-workers.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/webconsole/test/test-bug-595934-workers.js')
-rw-r--r--devtools/client/webconsole/test/test-bug-595934-workers.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/test-bug-595934-workers.js b/devtools/client/webconsole/test/test-bug-595934-workers.js
new file mode 100644
index 000000000..d23f080af
--- /dev/null
+++ b/devtools/client/webconsole/test/test-bug-595934-workers.js
@@ -0,0 +1,14 @@
+/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
+/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
+/* Any copyright is dedicated to the Public Domain.
+ * http://creativecommons.org/publicdomain/zero/1.0/ */
+
+/* global fooBarWorker*/
+/* eslint-disable no-unused-vars*/
+
+"use strict";
+
+var onmessage = function () {
+ fooBarWorker();
+};
+