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:
Serge Gautherie 2009-03-19 00:59:31 +01:00
Родитель 57c667fe6b
Коммит b9592adca5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>