RFR: 8237003: Remove hardcoded WebAnimationsCSSIntegrationEnabled flag in DumpRenderTree
Kevin Rushforth
kcr at openjdk.java.net
Wed Jan 29 16:37:40 UTC 2020
On Wed, 29 Jan 2020 16:32:31 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> AnimationBase and WebAnimation are two different abstract animation API provider. By default KeyFrameAnimation (which is a sub class of AnimationBase) is used for controlling and rendering the CSS animation.
>> Enabling "WebAnimationsCSSIntegrationEnabled" overrides the CSSAnimationController to use WebAnimation which is not used in our port (JAVA) and we are using KeyFrameAnimation.
>>
>> Test : need to run DRT test harness with this fix for "LayoutTests/animations".
>
> Marked as reviewed by kcr (Lead).
This fix only affects the test framework, so a single reviewer is fine.
-------------
PR: https://git.openjdk.java.net/jfx/pull/100
More information about the openjfx-dev
mailing list