зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f85a809e15
Коммит
8d36fc54a5
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче