Bug 846769 - Allow up to five assertions in test_seek.html.

This commit is contained in:
Ms2ger 2013-03-02 10:23:39 +01:00
Родитель 15bab4d947
Коммит 6afbfa87f0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -31,7 +31,7 @@ if (navigator.platform.startsWith("Win")) {
} else {
// This is "###!!! ASSERTION: Page read cursor should be inside range: 'mPageOffset <= endOffset'"
// https://bugzilla.mozilla.org/show_bug.cgi?id=846769
SimpleTest.expectAssertions(0, 1);
SimpleTest.expectAssertions(0, 5);
}
const NUM_SEEK_TESTS = 13;