mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 919945 - Fix intermittent failure of browser_windowopen_reflows.js by adding the sessionstore reflow, rs=me/testonly
This commit is contained in:
parent
e0d965d8e5
commit
7d2c71c291
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user