From 407c86641a77a7d95db5f31b14f9f9f10c79d1e3 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 Jan 2021 16:05:53 +0000 Subject: Issue #1689 - Part 2: Add a preference for implicit keyframes This preference controls whether authors are allowed to specify animations without a 0% or 100% keyframe. We intend to ship this but it isn't implemented yet (needs a follow-up) but this preference acts as a safeguard in case we discover we need to disable it once it's implemented. --- dom/animation/test/mochitest.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dom/animation/test') diff --git a/dom/animation/test/mochitest.ini b/dom/animation/test/mochitest.ini index db6dffada..b56136d25 100644 --- a/dom/animation/test/mochitest.ini +++ b/dom/animation/test/mochitest.ini @@ -1,4 +1,8 @@ [DEFAULT] +prefs = + dom.animations-api.core.enabled=true + dom.animations-api.implicit-keyframes.enabled=true + dom.animations-api.timelines.enabled=true # Support files for chrome tests that we want to load over HTTP need # to go in here, not chrome.ini. support-files = -- cgit v1.2.3