diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-14 16:05:53 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-14 16:05:53 +0000 |
commit | 407c86641a77a7d95db5f31b14f9f9f10c79d1e3 (patch) | |
tree | 8f5fd1a3ad9e556e6f8ee59229bd1fd3ed1f67e8 /dom/animation/test/mochitest.ini | |
parent | b0fe759f033f36a9a85afd7cc358b4800def5013 (diff) | |
download | UXP-407c86641a77a7d95db5f31b14f9f9f10c79d1e3.tar UXP-407c86641a77a7d95db5f31b14f9f9f10c79d1e3.tar.gz UXP-407c86641a77a7d95db5f31b14f9f9f10c79d1e3.tar.lz UXP-407c86641a77a7d95db5f31b14f9f9f10c79d1e3.tar.xz UXP-407c86641a77a7d95db5f31b14f9f9f10c79d1e3.zip |
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.
Diffstat (limited to 'dom/animation/test/mochitest.ini')
-rw-r--r-- | dom/animation/test/mochitest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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 = |