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

Unified Diff: third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.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/animations/zoom-responsive-transform-animation-expected.html
diff --git a/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.html b/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.html
index 9016be376537dfdfeadc2a9580a5d58769326aef..94ea8e7badbe348d4e58d7871fab449ae58bb9a1 100644
--- a/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.html
+++ b/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.html
@@ -15,6 +15,8 @@
</style>
<div id="container"></div>
<script>
+internals.setZoomFactor(2);
+
[
'perspective(200px) translate3D(10px, 10px, 10px)',
'matrix(0, 1, 1, 0, 10, 10)',
@@ -39,8 +41,6 @@
], 1e8);
});
-internals.setZoomFactor(2);
-
// We must wait a frame to let compositor animations render.
if (window.testRunner)
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698