Skip to content

Commit fb36821

Browse files
committed
Bug 1753565 - Disable prefers-reduced-motion for tests. r=botond
Disable the prefers-reduced-motion preference for mochitests and web-platform-tests. Depends on D172446 Differential Revision: https://phabricator.services.mozilla.com/D174956 UltraBlame original commit: 6fb66b5e615328ae3841197e49d8e8f4b33c65f5
1 parent 6fbd2cd commit fb36821

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

testing/profiles/mochitest/user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ user_pref("javascript.options.asyncstack_capture_debuggee_only", false);
1313

1414

1515
user_pref("nglayout.initialpaint.unsuppress_with_no_background", true);
16+
17+
18+
user_pref("general.smoothScroll", true);

testing/profiles/web-platform/user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ user_pref("remote.experimental.enabled", true);
8383
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", false);
8484

8585
user_pref("security.OCSP.enabled", 0);
86+
87+
user_pref("general.smoothScroll", true);

0 commit comments

Comments
 (0)