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

Unified Diff: LayoutTests/transforms/combine-transforms-properties-motion-path.html

Issue 1220793011: CSS Motion Path: Centre transform-origin on the path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: current-transformation-matrix Created 5 years, 6 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/transforms/combine-transforms-properties-motion-path.html
diff --git a/LayoutTests/transforms/combine-transforms-properties-motion-path.html b/LayoutTests/transforms/combine-transforms-properties-motion-path.html
index 20eb0ca770019d405e66e730d972f4cae3b02304..00e3e4f8b61de8b08804dd7aa799869245068fcf 100644
--- a/LayoutTests/transforms/combine-transforms-properties-motion-path.html
+++ b/LayoutTests/transforms/combine-transforms-properties-motion-path.html
@@ -4,7 +4,7 @@ div {
width: 100px;
height: 100px;
position: absolute;
- transform-origin: 50% 50%;
+ transform-origin: 0% 0%;
}
/* Note the order of the scaling operation affects the path coordinates */

Powered by Google App Engine
This is Rietveld 408576698