зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1319306
- Change onreadystatechange assertion to a minimum of 2 rather than 10, r=annevk
This commit is contained in:
Родитель
f49ee1fdca
Коммит
1a157c53f3
|
@ -24,7 +24,7 @@ test.step(function() {
|
|||
}
|
||||
|
||||
if (client.readyState === 4) {
|
||||
assert_equals(countedLoading, 10, "LOADING state change may be emitted multiple times");
|
||||
assert_greater_than(countedLoading, 1, "LOADING state change may be emitted multiple times");
|
||||
|
||||
test.done();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче