зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1332592 - FileReader should dispatch onerror+onloadend when OOM occurs - text fixing, r=me CLOSED TREE
This commit is contained in:
Родитель
538bb4f04a
Коммит
7ee7c94f15
|
@ -44,7 +44,7 @@ function onLoadEnd1(e) {
|
|||
|
||||
function onLoadEnd2(e) {
|
||||
e.target.removeEventListener('loadend', onLoadEnd2);
|
||||
ok(false, "This method should not be called - loadEnd2!");
|
||||
ok(true, "This method should be called - loadEnd2!");
|
||||
}
|
||||
|
||||
function onError1(e) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче