diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-26 10:28:17 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-26 10:28:17 +0100 |
commit | 90773547e74b5c03a5bb60b9c156f987c73b3dcc (patch) | |
tree | b5f6105a5cb9dff45bb1737a9d6f543a73747ef0 /testing/mochitest | |
parent | 282b791acb826de9b537fce88bf49472d8e19977 (diff) | |
download | UXP-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')
-rw-r--r-- | testing/mochitest/runtests.py | 5 |
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" % |