зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1501924 - Fix a wrong use of assert_throws in createImageBitmap-invalid-args, r=Ms2ger
This commit is contained in:
Родитель
e8e66c0565
Коммит
0c6b2c640a
|
@ -80,7 +80,7 @@ testCases = [
|
|||
// cause InvalidStateError.
|
||||
//
|
||||
// Note: https://bugs.chromium.org/p/chromium/issues/detail?id=799025
|
||||
assert_throws(e, function() { throw e }, new DOMException('', 'InvalidStateError'));
|
||||
assert_throws("InvalidStateError", () => { throw e });
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче