Issue #1360 - Part 2: Update tests for changed preferences.

This commit is contained in:
wolfbeast 2020-01-26 10:28:17 +01:00 committed by Roy Tam
commit 71fdf2f56b
11 changed files with 12 additions and 25 deletions

View file

@ -142,11 +142,6 @@ class FirefoxBrowser(Browser):
if self.e10s:
self.profile.set_preferences({"browser.tabs.remote.autostart": True})
# Bug 1262954: winxp + e10s, disable hwaccel
if (self.e10s and platform.system() in ("Windows", "Microsoft") and
'5.1' in platform.version()):
self.profile.set_preferences({"layers.acceleration.disabled": True})
if self.ca_certificate_path is not None:
self.setup_ssl()