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