зеркало из https://github.com/mozilla/gecko-dev.git
Bug 891213 - Defect - browser_topsites.js test does not clean up history items it adds. r=jimm
This commit is contained in:
Родитель
f1b0d865de
Коммит
a0301d1781
|
@ -144,7 +144,12 @@ function updatePagesAndWait() {
|
|||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
function tearDown() {
|
||||
clearHistory();
|
||||
}
|
||||
|
||||
function test() {
|
||||
registerCleanupFunction(tearDown);
|
||||
runTests();
|
||||
}
|
||||
|
||||
|
@ -432,5 +437,3 @@ gTests.push({
|
|||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче