Revert "Disable WebGL for tests"

This reverts commit 2934ffd4d9.
This commit is contained in:
Florian Bruhin 2017-01-25 08:45:18 +01:00
parent 7304db916c
commit 0863c3277c

View File

@ -381,9 +381,7 @@ class QuteProc(testprocess.Process):
settings = [
('ui', 'message-timeout', '0'),
('general', 'auto-save-interval', '0'),
('general', 'new-instance-open-target.window', 'last-opened'),
# https://github.com/The-Compiler/qutebrowser/issues/2250
('content', 'webgl', 'false'),
('general', 'new-instance-open-target.window', 'last-opened')
]
if not self.request.config.webengine:
settings.append(('network', 'ssl-strict', 'false'))