зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1176019 - Fix browser_bug1196539.js painting check r=mconley
MozReview-Commit-ID: HgzcSIdIh1h --HG-- extra : rebase_source : 00bfebafe1b31a4e6dca6f1c1cab1a7d4510f062
This commit is contained in:
Родитель
2b3e7dfef6
Коммит
43e6e7eca2
|
@ -14,6 +14,10 @@ const kMaxPaints = 10;
|
|||
add_task(async function() {
|
||||
let result, tabSwitchedPromise;
|
||||
|
||||
// We want to make sure that we will paint in cases where we need to. The
|
||||
// tab layer cache just gets in the way of measuring that.
|
||||
await SpecialPowers.pushPrefEnv({set: [["browser.tabs.remote.tabCacheSize", 0]]});
|
||||
|
||||
setTestPluginEnabledState(Ci.nsIPluginTag.STATE_ENABLED, "Test Plug-in");
|
||||
|
||||
let testTab = gBrowser.selectedTab;
|
||||
|
|
Загрузка…
Ссылка в новой задаче