зеркало из https://github.com/mozilla/gecko-dev.git
Bug 796911 - Attempt to fix Intermittent test_clear_browser_data.html. r=jwatt
This commit is contained in:
Родитель
e6e722ad0c
Коммит
75541be457
|
@ -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() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Загрузка…
Ссылка в новой задаче