Skip to content

Commit c8f1d18

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 9d5b7dd commit c8f1d18

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

testing/profiles/mochitest/user.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,13 @@ unsuppress_with_no_background
3434
true
3535
)
3636
;
37+
user_pref
38+
(
39+
"
40+
general
41+
.
42+
smoothScroll
43+
"
44+
true
45+
)
46+
;

testing/profiles/web-platform/user.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,3 +515,13 @@ enabled
515515
0
516516
)
517517
;
518+
user_pref
519+
(
520+
"
521+
general
522+
.
523+
smoothScroll
524+
"
525+
true
526+
)
527+
;

0 commit comments

Comments
 (0)