Bug 1176019 - Fix browser_bug1196539.js painting check r=mconley

MozReview-Commit-ID: HgzcSIdIh1h

--HG--
extra : rebase_source : 00bfebafe1b31a4e6dca6f1c1cab1a7d4510f062
This commit is contained in:
Doug Thayer 2018-05-08 09:49:24 -07:00
Родитель bbadb1c753
Коммит 1f5c3f7c7a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;