зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1062367 - Intermittent test_bug883784.xul | Exception wanted - Result logged after SimpleTest.finish(). r=baku
This commit is contained in:
Родитель
f4a871f55f
Коммит
1546d0d652
|
@ -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' });
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче