RESOLVED FIXED 190257
[Web Animations] REGRESSION: setting 'animation-name: none' after a 'fill: forwards' animation has completed does not revert to the unanimated style
https://bugs.webkit.org/show_bug.cgi?id=190257
Summary [Web Animations] REGRESSION: setting 'animation-name: none' after a 'fill: fo...
Antoine Quint
Reported 2018-10-03 12:06:40 PDT
Setting 'animation-name: none' after a 'fill: forwards' animation has completed does not revert to the unanimated style.
Attachments
Patch (5.90 KB, patch)
2018-10-03 12:13 PDT, Antoine Quint
no flags
Patch (10.11 KB, patch)
2018-10-06 07:51 PDT, youenn fablet
no flags
Antoine Quint
Comment 1 2018-10-03 12:06:54 PDT
Antoine Quint
Comment 2 2018-10-03 12:13:52 PDT
Dean Jackson
Comment 3 2018-10-03 12:17:34 PDT
Comment on attachment 351541 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=351541&action=review > Source/WebCore/animation/AnimationTimeline.cpp:479 > ASSERT(animation); If this is always non-null, can the parameter be a Ref<>? > Source/WebCore/animation/DeclarativeAnimation.h:45 > + Element& target() const { return m_target; } Can this be const Element&? > LayoutTests/animations/animation-fill-forwards-removal.html:20 > + assert_equals(getComputedStyle(target).marginLeft, "100px", "The target element has style values from the final keyframe of its animation."); Have events always fired after we update the final style? I guess so.
Antoine Quint
Comment 4 2018-10-03 12:21:31 PDT
(In reply to Dean Jackson from comment #3) > Comment on attachment 351541 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=351541&action=review > > > Source/WebCore/animation/AnimationTimeline.cpp:479 > > ASSERT(animation); > > If this is always non-null, can the parameter be a Ref<>? I'll look into it. > > Source/WebCore/animation/DeclarativeAnimation.h:45 > > + Element& target() const { return m_target; } > > Can this be const Element&? I'll look into it. > > LayoutTests/animations/animation-fill-forwards-removal.html:20 > > + assert_equals(getComputedStyle(target).marginLeft, "100px", "The target element has style values from the final keyframe of its animation."); > > Have events always fired after we update the final style? I guess so. Yes.
Antoine Quint
Comment 5 2018-10-03 13:54:24 PDT
Truitt Savell
Comment 6 2018-10-04 16:02:26 PDT
Looks like after https://trac.webkit.org/changeset/236809/webkit imported/mozilla/css-transitions/test_event-dispatch.html has become a flakey timeout. Confirmed using command: run-webkit-tests --root testbuild-236809 imported/mozilla/css-transitions/test_event-dispatch.html --iterations 5000 -f running this on 236809 leads to a low number of timeout, running it on the previous built revision 236806 yields no timeouts. History: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fmozilla%2Fcss-transitions%2Ftest_event-dispatch.html
youenn fablet
Comment 7 2018-10-06 07:51:27 PDT
Reopening to attach new patch.
youenn fablet
Comment 8 2018-10-06 07:51:28 PDT
youenn fablet
Comment 9 2018-10-06 07:54:32 PDT
(In reply to youenn fablet from comment #8) > Created attachment 351723 [details] > Patch Bad upload...
Note You need to log in before you can comment on or make changes to this bug.