Bug 1332592 - FileReader should dispatch onerror+onloadend when OOM occurs - text fixing, r=me CLOSED TREE

This commit is contained in:
Andrea Marchesini 2017-01-20 14:54:03 +01:00
Родитель 538bb4f04a
Коммит 7ee7c94f15
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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) {