зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1223510, part 1 - Always finishTest() in test_nonUnicode.html. r=baku
This could cause hangs if the last part does not throw an exception.
This commit is contained in:
Родитель
6735c0f1a7
Коммит
e88bc9ebb1
|
@ -64,8 +64,8 @@
|
|||
ok(false, "Should have thrown for bogus encoding label.");
|
||||
} catch (e) {
|
||||
ok(e instanceof RangeError, "Expected a RangeError");
|
||||
finishTest();
|
||||
}
|
||||
finishTest();
|
||||
}
|
||||
|
||||
function testSteps()
|
||||
|
|
Загрузка…
Ссылка в новой задаче