Bug 796911 - Attempt to fix Intermittent test_clear_browser_data.html. r=jwatt

This commit is contained in:
Mounir Lamouri 2012-10-03 13:46:21 +01:00
Родитель e6e722ad0c
Коммит 75541be457
1 изменённых файлов: 19 добавлений и 17 удалений

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

@ -193,6 +193,7 @@ function browserLoadEvent() {
frames[1].postMessage("clear", "http://www.example.com"); frames[1].postMessage("clear", "http://www.example.com");
SimpleTest.executeSoon(function() {
navigator.mozApps.mgmt.getAll().onsuccess = function() { navigator.mozApps.mgmt.getAll().onsuccess = function() {
for (i in this.result) { for (i in this.result) {
var app = this.result[i]; var app = this.result[i];
@ -215,6 +216,7 @@ function browserLoadEvent() {
} }
} }
}; };
});
} }
/** /**