From 0863c3277cfbb5207c6d31e834b302839bfb063b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 25 Jan 2017 08:45:18 +0100 Subject: [PATCH] Revert "Disable WebGL for tests" This reverts commit 2934ffd4d9341e688dc70a83f0e191e4c70385b8. --- tests/end2end/fixtures/quteprocess.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index ac99ec375..8b2134769 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -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'))