зеркало из https://github.com/mozilla/gecko-dev.git
Bug 692970 - Fix intermittent 'browser_locationBarCommand.js | Urlbar is still focused after click'. r=gavin
This commit is contained in:
Родитель
8517df3350
Коммит
64fb3f8b1e
|
@ -73,7 +73,6 @@ let gTests = [
|
||||||
check: function(aTab) {
|
check: function(aTab) {
|
||||||
// Right click should do nothing (context menu will be shown)
|
// Right click should do nothing (context menu will be shown)
|
||||||
is(gURLBar.value, TEST_VALUE, "Urlbar still has the value we entered");
|
is(gURLBar.value, TEST_VALUE, "Urlbar still has the value we entered");
|
||||||
ok(gURLBar.focused, "Urlbar is still focused after click");
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче