From 64fb3f8b1e34897ea22690cbd4160b3883141000 Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Fri, 7 Oct 2011 22:43:00 -0700 Subject: [PATCH] Bug 692970 - Fix intermittent 'browser_locationBarCommand.js | Urlbar is still focused after click'. r=gavin --- browser/base/content/test/browser_locationBarCommand.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/base/content/test/browser_locationBarCommand.js b/browser/base/content/test/browser_locationBarCommand.js index c697e5c1a1a1..794d15d73d0f 100644 --- a/browser/base/content/test/browser_locationBarCommand.js +++ b/browser/base/content/test/browser_locationBarCommand.js @@ -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"); } },