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

Unified Diff: third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation-expected.html

Issue 2482753002: Fix matrix3d transform under page zoom (Closed)
Patch Set: Add a comment for zoom Created 4 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
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 94ea8e7badbe348d4e58d7871fab449ae58bb9a1..95c25c6c9075a40f44465413edf87bf2e27fe1e5 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
@@ -25,6 +25,11 @@ internals.setZoomFactor(2);
'1, 0, 0, 0, ' +
'0, 0, 1, 0, ' +
'10, 10, 10, 1)',
+ 'matrix3d(' +
+ '0.707106781186548, 0.000000000000000, -0.707106781186547, 0.003535533905933,' +
+ '0.000000000000000, 1.000000000000000, 0.000000000000000, 0.000000000000000,' +
+ '0.707106781186547, 0.000000000000000, 0.707106781186548, -0.003535533905933,' +
+ '0.000000000000000, 0.000000000000000, 0.000000000000000, 1.000000000000000)', // Equivalent to perspective(200px) rotateY(45deg)
'perspective(200px) rotateY(45deg)',
'none', // Composited animations fail to zoom the last expectation correctly. ):
].forEach(transform => {

Powered by Google App Engine
This is Rietveld 408576698