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

Unified Diff: LayoutTests/animations/opacity-transform-animation-expected.html

Issue 23874019: Web Animations CSS: Start running animations on the compositor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and rename hasActiveAnimationOnCompositor to hasActiveAnimationsOnCompositor Created 7 years, 1 month 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 | « LayoutTests/TestExpectations ('k') | Source/core/animation/ActiveAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/opacity-transform-animation-expected.html
diff --git a/LayoutTests/animations/opacity-transform-animation-expected.html b/LayoutTests/animations/opacity-transform-animation-expected.html
index cb17a044db18f980e91e6311edda558aba72d963..15954ad01507f343c4c0d3a1613711640fb82aa7 100644
--- a/LayoutTests/animations/opacity-transform-animation-expected.html
+++ b/LayoutTests/animations/opacity-transform-animation-expected.html
@@ -11,7 +11,7 @@
}
#box {
background-color: green;
- -webkit-transform: translateX(200px) scale(1);
+ -webkit-transform: translateX(200px) scale(1) translateZ(0);
opacity: 0.5;
}
#indicator {
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/animation/ActiveAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698