From ee491403d2c031b203cd69e6f83a08599f5f6a77 Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Tue, 27 Aug 2019 23:30:49 +0000 Subject: [PATCH] Bug 1576936 - fix browser_windowopen for devtools button having moved, r=jaws Differential Revision: https://phabricator.services.mozilla.com/D43625 --HG-- extra : moz-landing-system : lando --- .../base/content/test/performance/browser_windowopen.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/browser/base/content/test/performance/browser_windowopen.js b/browser/base/content/test/performance/browser_windowopen.js index e340bf4b4942..1352a202eddd 100644 --- a/browser/base/content/test/performance/browser_windowopen.js +++ b/browser/base/content/test/performance/browser_windowopen.js @@ -83,12 +83,7 @@ add_task(async function() { inRange(r.h, 13, 14) && inRange(r.w, 14, 16) && // icon size inRange(r.y1, 40, 80) && // in the toolbar - // near the left side of the screen - // The reload icon is shifted on devedition builds - // where there's an additional devtools toolbar icon. - AppConstants.MOZ_DEV_EDITION - ? inRange(r.x1, 100, 120) - : inRange(r.x1, 65, 100), + inRange(r.x1, 65, 100), // near the left side of the screen }, { name: "bug 1555842 - the urlbar shouldn't flicker",