Add support for remaining animation and transition events

Fixes #21564.
This commit is contained in:
Martin Robinson 2020-05-26 20:34:58 +02:00
parent 47642e0eee
commit 77aa3721c5
28 changed files with 493 additions and 68 deletions

View file

@ -12849,6 +12849,15 @@
},
"css": {
"animations": {
"animation-events.html": [
"0975aa64ec47ca4b4c8fc1e0a40414a51719ad67",
[
null,
{
"timeout": "long"
}
]
],
"animation-fill-mode.html": [
"4cfaab9fbce0adccd83f592935e63fa8ff58a1cf",
[
@ -12884,6 +12893,13 @@
{}
]
],
"transition-events.html": [
"b561fc8353276e6bdd13a9d1b965f57733ecd19b",
[
null,
{}
]
],
"transition-raf.html": [
"c38404503408e04b3c75b42df18ec3a7ec0819f5",
[

View file

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

View file

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