Bug 366936. disable tests to see if mac bustage is affected by that.

This commit is contained in:
sayrer%gmail.com 2007-03-11 01:05:06 +00:00
Родитель c503502ae2
Коммит 1fa0de744d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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();
}
}