summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/test_bug1004814.html
blob: 64d056ecfd8c0668dd5d134d3eefe238d0f58820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
  <head>
    <title>Console API test bug 1004814</title>
  </head>
  <body>
    <script>

var w = new Worker('worker_bug1004814.js');
w.postMessage(true);

    </script>
  </body>
</html>