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 /layout/tools/reftest/reftestcommandline.py | |
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 'layout/tools/reftest/reftestcommandline.py')
-rw-r--r-- | layout/tools/reftest/reftestcommandline.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/tools/reftest/reftestcommandline.py b/layout/tools/reftest/reftestcommandline.py index da76fbd9a..f983be528 100644 --- a/layout/tools/reftest/reftestcommandline.py +++ b/layout/tools/reftest/reftestcommandline.py @@ -323,7 +323,8 @@ class DesktopArgumentsParser(ReftestArgumentsParser): def _prefs_gpu(self): if mozinfo.os != "win": - return ["layers.acceleration.force-enabled=true"] + return ["layers.acceleration.enabled=true", + "layers.acceleration.force=true"] return [] def validate(self, options, reftest): |