Bug 1443364 - Fix browser_901207_searchbar_in_panel.js intermittent failure. r=Gijs

MozReview-Commit-ID: H0F7n3eoV3V

--HG--
extra : rebase_source : 219aeb63a4c9c5eadbabf3c97af1ec300ba09cb1
This commit is contained in:
Dão Gottwald 2018-03-07 18:40:55 +01:00
Родитель 4c67c6ae21
Коммит 3e27baea54
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -97,10 +97,8 @@ add_task(async function() {
function sendWebSearchKeyCommand() {
if (Services.appinfo.OS === "Darwin")
EventUtils.synthesizeKey("k", {accelKey: true});
else
EventUtils.synthesizeKey("k", {ctrlKey: true});
document.documentElement.focus();
EventUtils.synthesizeKey("k", { accelKey: true });
}
function logActiveElement() {