Bug 1062367 - Intermittent test_bug883784.xul | Exception wanted - Result logged after SimpleTest.finish(). r=baku

This commit is contained in:
Martijn Wargers 2014-10-06 19:16:25 +02:00
Родитель f4a871f55f
Коммит 1546d0d652
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -67,7 +67,6 @@ onmessage = function(event) {
}
postMessage({type: 'status', status: status, msg: 'Blob URL2:' + url});
postMessage({type: 'url', url: url});
status = false;
try {
@ -78,5 +77,7 @@ onmessage = function(event) {
postMessage({type: 'status', status: status, msg: 'Exception wanted' });
postMessage({type: 'url', url: url});
postMessage({type: 'finish' });
}