3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
6 <window title=
"DOM Worker Threads Test"
7 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
10 <script src=
"chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
11 <script src=
"chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/>
13 <script type=
"application/javascript">
18 SimpleTest.waitForExplicitFinish();
20 const {checkFromESM} = ChromeUtils.importESModule(
21 "chrome://mochitests/content/chrome/dom/url/tests/file_worker_url.sys.mjs"
23 checkFromESM(ok, is, SimpleTest.finish);
29 <body xmlns=
"http://www.w3.org/1999/xhtml">
31 <div id=
"content" style=
"display:none;"></div>
34 <label id=
"test-result"/>