diff options
Diffstat (limited to 'testing/mochitest/runtests.py')
-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 dd5439bd16..6763952af9 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" % |