style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations.

This commit is contained in:
Emilio Cobos Álvarez 2016-07-09 22:43:52 -07:00
parent 2e68821014
commit 0b67b218d0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
20 changed files with 178 additions and 26 deletions

View file

@ -6120,6 +6120,12 @@
]
},
"testharness": {
"css/animations/basic-linear-width.html": [
{
"path": "css/animations/basic-linear-width.html",
"url": "/_mozilla/css/animations/basic-linear-width.html"
}
],
"css/empty-keyframes.html": [
{
"path": "css/empty-keyframes.html",

View file

@ -0,0 +1,2 @@
prefs: ["layout.animations.test.enabled:true",
"dom.testbinding.enabled:true"]