From 64846883feec387c537bc8d3ecd60b88a620dcf0 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Tue, 27 Jun 2023 22:19:44 +0000 Subject: [PATCH] Bug 1840601 - Enable preferences in layout/style/test/mochitest.ini for motion path. r=hiro Enable the necessary preferences for motion path. Differential Revision: https://phabricator.services.mozilla.com/D182239 --- layout/style/test/mochitest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout/style/test/mochitest.ini b/layout/style/test/mochitest.ini index 4b16c4e93f47..2346fef19e3c 100644 --- a/layout/style/test/mochitest.ini +++ b/layout/style/test/mochitest.ini @@ -14,6 +14,8 @@ prefs = layout.css.individual-transform.enabled=true layout.css.motion-path.enabled=true layout.css.motion-path-ray.enabled=true + layout.css.motion-path-basic-shapes.enabled=true + layout.css.motion-path-coord-box.enabled=true layout.css.motion-path-offset-position.enabled=true layout.css.overflow-logical.enabled=true layout.css.step-position-jump.enabled=true