Chromium Code Reviews
DescriptionDon't ignore "none" in underlying image lists for animations
This patch ensures "none" in the computed value of background-image
and -webkit-mask-image are handled by animation code. Without this
values like "url(x), none" behave like "url(x)".
This issue is currently unreachable without refactoring CSS Transitions
onto using CSSInterpolationTypes (https://codereview.chromium.org/2680923005).
The relevant test case is: animations/interpolation/background-image-interpolation.html
BUG=681424
Review-Url: https://codereview.chromium.org/2693843002
Cr-Commit-Position: refs/heads/master@{#451215}
Committed: https://chromium.googlesource.com/chromium/src/+/cbd434ef8e9ef91ca5cfd146b937b3c76a3b0f2c
Patch Set 1 #Patch Set 2 : Remove dependency #
Messages
Total messages: 15 (9 generated)
|
||||||||||||||||||||||||||||