зеркало из https://github.com/mozilla/gecko-dev.git
Bug 366936. disable tests to see if mac bustage is affected by that.
This commit is contained in:
Родитель
c503502ae2
Коммит
1fa0de744d
|
@ -106,10 +106,13 @@ var framesLoaded = [];
|
|||
function frameLoaded(e) {
|
||||
framesLoaded.push(e.target);
|
||||
if (framesLoaded.length == parserDatFiles.length) {
|
||||
/*
|
||||
var tests = [scrapeText(ifr.contentDocument)
|
||||
for each (ifr in framesLoaded)];
|
||||
testcases = test_parser(tests);
|
||||
nextTest($("testframe"));
|
||||
*/
|
||||
SimpleTest.finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче