diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-14 17:43:44 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-14 17:43:44 +0000 |
commit | abc58d2ed0fd7739b31be78d6338ae79206ce879 (patch) | |
tree | b44936cf95aea75ecb8de43d17f46967929f7bfd /dom/animation | |
parent | 931314ef61ce982ac4bae782c67477d48028fc56 (diff) | |
download | uxp-abc58d2ed0fd7739b31be78d6338ae79206ce879.tar.gz |
Issue #1689 - Part 4: Add a preference for {Document,Element}.getAnimations()
This is probably the last thing we will ship (if ever) since it needs the most
spec and implementation work for arbitrary use that is pretty far into a corner.
Diffstat (limited to 'dom/animation')
-rw-r--r-- | dom/animation/test/mochitest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/animation/test/mochitest.ini b/dom/animation/test/mochitest.ini index fff62ac7c9..ecdb674fe1 100644 --- a/dom/animation/test/mochitest.ini +++ b/dom/animation/test/mochitest.ini @@ -2,6 +2,7 @@ prefs = dom.animations-api.compositing.enabled=true dom.animations-api.core.enabled=true + dom.animations-api.getAnimations.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 |