Bug 1180840 - Make test_focus.xul not expect a specific text selection position after mouse event synthesis. r=enn

--HG--
extra : rebase_source : d01d5a8c6d2c728b80a15bf89c8fca231228904a
This commit is contained in:
Andrew Comminos 2015-07-08 10:10:00 +02:00
Родитель 80e2ee982d
Коммит ca3278b892
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -464,8 +464,7 @@ function startTest()
}
}
is(t19.selectionStart, 0, "input focused from mouse selectionStart");
is(t19.selectionEnd, 0, "input focused from mouse selectionEnd");
ok(t19.selectionStart == t19.selectionEnd, "input focused from mouse selection");
// mouse clicking on elements that are not tabbable
for (idx = 1; idx <= kFocusSteps; idx++) {