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:
Andrew McCreight 2015-11-11 14:10:26 -08:00
Родитель 6735c0f1a7
Коммит e88bc9ebb1
1 изменённых файлов: 1 добавлений и 1 удалений

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

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