summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/runtests.py
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-26 10:28:17 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-26 10:28:17 +0100
commit90773547e74b5c03a5bb60b9c156f987c73b3dcc (patch)
treeb5f6105a5cb9dff45bb1737a9d6f543a73747ef0 /testing/mochitest/runtests.py
parent282b791acb826de9b537fce88bf49472d8e19977 (diff)
downloadUXP-90773547e74b5c03a5bb60b9c156f987c73b3dcc.tar
UXP-90773547e74b5c03a5bb60b9c156f987c73b3dcc.tar.gz
UXP-90773547e74b5c03a5bb60b9c156f987c73b3dcc.tar.lz
UXP-90773547e74b5c03a5bb60b9c156f987c73b3dcc.tar.xz
UXP-90773547e74b5c03a5bb60b9c156f987c73b3dcc.zip
Issue #1360 - Part 2: Update tests for changed preferences.
Diffstat (limited to 'testing/mochitest/runtests.py')
-rw-r--r--testing/mochitest/runtests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py
index dd5439bd1..6763952af 100644
--- a/testing/mochitest/runtests.py
+++ b/testing/mochitest/runtests.py
@@ -1678,11 +1678,6 @@ toolbar#nav-bar {
prefs.update(self.extraPrefs(options.extraPrefs))
- # Bug 1262954: For windows XP + e10s disable acceleration
- if platform.system() in ("Windows", "Microsoft") and \
- '5.1' in platform.version() and options.e10s:
- prefs['layers.acceleration.disabled'] = True
-
# interpolate preferences
interpolation = {
"server": "%s:%s" %