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

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

Issue 1866333002: Support additive animations on CSS property transform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes Created 4 years, 8 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: third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
index ac1716d056721ce5ef73f8507281589b15d6ca5d..ad0315da0d8e377fe45749edc14578b9fb6e17b1 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
@@ -48,7 +48,7 @@
}
@-webkit-keyframes slide {
- from { transform: none; }
+ from { transform: translateX(0px); }
to { transform: translateX(100px); }
}
</style>

Powered by Google App Engine
This is Rietveld 408576698