Fix the reftest harness so that a 'load' test that uses reftest-wait doesn't cause following '==' tests to fail. r=roc pending

This commit is contained in:
Boris Zbarsky 2010-06-18 11:29:52 -04:00
Родитель f85a809e15
Коммит 8d36fc54a5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1019,6 +1019,7 @@ function DocumentLoaded()
if (gURLs[0].type == TYPE_LOAD) {
++gTestResults.LoadOnly;
dump("REFTEST TEST-PASS | " + gURLs[0].prettyPath + " | (LOAD ONLY)\n");
gCurrentCanvas = null;
FinishTestItem();
return;
}