Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: LayoutTests/animations/interpolation/z-index-interpolation.html

Issue 1172583002: Add support for z-index: auto to AnimatableValues (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove dumb Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/z-index-interpolation.html
diff --git a/LayoutTests/animations/interpolation/z-index-interpolation.html b/LayoutTests/animations/interpolation/z-index-interpolation.html
index b03b61416830f6f853d948a7c9ffc214f16b2862..3f9fe9721cf9d25170441b846be52144c6494b53 100644
--- a/LayoutTests/animations/interpolation/z-index-interpolation.html
+++ b/LayoutTests/animations/interpolation/z-index-interpolation.html
@@ -76,6 +76,11 @@ assertInterpolation({
{at: 1, is: '-4'},
{at: 1.5, is: '-5'},
]);
+assertNoInterpolation({
+ property: 'z-index',
+ from: 'auto',
+ to: '10',
+});
afterTest(function() {
if (window.testRunner) {
« no previous file with comments | « no previous file | Source/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698