summaryrefslogtreecommitdiff
path: root/testing/talos/talos/ttest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/ttest.py')
-rw-r--r--testing/talos/talos/ttest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/ttest.py b/testing/talos/talos/ttest.py
index 4a0fcd1351..3c57f020dd 100644
--- a/testing/talos/talos/ttest.py
+++ b/testing/talos/talos/ttest.py
@@ -64,7 +64,7 @@ class TTest(object):
# Bug 1262954: winxp + e10s, disable hwaccel
if self.platform_type == "win_" and browser_config['e10s']:
prefs = browser_config['preferences']
- prefs['layers.acceleration.disabled'] = True
+ prefs['layers.acceleration.enabled'] = False
with FFSetup(browser_config, test_config) as setup:
return self._runTest(browser_config, test_config, setup)