mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 692970 - Fix intermittent 'browser_locationBarCommand.js | Urlbar is still focused after click'. r=gavin
This commit is contained in:
parent
8517df3350
commit
64fb3f8b1e
@ -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");
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user