Summary: | fast/layers/no-clipping-overflow-hidden-added-after-transform.html is flaky on mac-wk1 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | ap, dino, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Ryan Haddad
2016-04-25 17:21:23 PDT
Is there a concrete reason to not roll out? This is happening because of this change: http://trac.webkit.org/changeset/200047/trunk/Source/WebCore/page/animation/AnimationBase.h When the transitionEnd event fires, we no longer treat the animation as running, so we drop out of compositing earlier. I don't think this change justifies a rollout, but I'll keep this bug to determine if it needs fixing. |