Bug 692970 - Fix intermittent 'browser_locationBarCommand.js | Urlbar is still focused after click'. r=gavin

This commit is contained in:
Margaret Leibovic 2011-10-07 22:43:00 -07:00
Родитель 8517df3350
Коммит 64fb3f8b1e
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -73,7 +73,6 @@ let gTests = [
check: function(aTab) {
// Right click should do nothing (context menu will be shown)
is(gURLBar.value, TEST_VALUE, "Urlbar still has the value we entered");
ok(gURLBar.focused, "Urlbar is still focused after click");
}
},