Bug 919945 - Fix intermittent failure of browser_windowopen_reflows.js by adding the sessionstore reflow, rs=me/testonly

This commit is contained in:
Gijs Kruitbosch 2013-10-28 20:22:48 +01:00
parent e0d965d8e5
commit 7d2c71c291

View File

@ -19,6 +19,10 @@ const EXPECTED_REFLOWS = [
// Focusing the content area causes a reflow.
"gBrowserInit._delayedStartup@chrome://browser/content/browser.js|",
// Sometimes sessionstore collects data during this test, which causes a sync reflow
// (https://bugzilla.mozilla.org/show_bug.cgi?id=892154 will fix this)
"ssi_getWindowDimension@resource:///modules/sessionstore/SessionStore.jsm",
];
if (Services.appinfo.OS == "Darwin") {