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

Unified Diff: LayoutTests/compositing/layer-creation/animation-overlap-with-children.html

Issue 189883003: Web Animations: Allow animations with delay to start on compositor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
diff --git a/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html b/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
index 6289c6b7dd3943ed4c81d17ee85a81165d801e51..bb489867ca6d64e67e20af68d18cd78ff8f1005d 100644
--- a/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
+++ b/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
@@ -48,7 +48,7 @@
}
@-webkit-keyframes slide {
- from { -webkit-transform: none; }
+ from { -webkit-transform: translateX(0px); }
Julien - ping for review 2014/03/10 18:11:59 Could you explain what the rationale for the test
dstockwell 2014/03/11 03:21:30 Previously an interpolation from none -> translate
to { -webkit-transform: translateX(100px); }
}
</style>

Powered by Google App Engine
This is Rietveld 408576698