зеркало из https://github.com/mozilla/gecko-dev.git
Bug 483975 - Mochitest test_importScripts.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r+sr=mrbkap
This commit is contained in:
Родитель
57c667fe6b
Коммит
b9592adca5
|
@ -26,6 +26,7 @@ Tests of DOM Worker Threads (Bug 437152)
|
|||
worker.postMessage("stop");
|
||||
break;
|
||||
case "stopped":
|
||||
ok(true, "worker correctly stopped");
|
||||
SimpleTest.finish();
|
||||
break;
|
||||
default:
|
||||
|
@ -47,4 +48,3 @@ Tests of DOM Worker Threads (Bug 437152)
|
|||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче