mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #1360 - Part 2: Update tests for changed preferences.
This commit is contained in:
parent
a085fa5430
commit
71fdf2f56b
11 changed files with 12 additions and 25 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue