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

Unified Diff: LayoutTests/transforms/combine-transforms-properties-motion-path-expected.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-expected.html
diff --git a/LayoutTests/transforms/combine-transforms-properties-motion-path-expected.html b/LayoutTests/transforms/combine-transforms-properties-motion-path-expected.html
index e14503a1f0f73912285fb52507dfc5277b74ce23..5cbf67ea7a29c38a586ba156a95db1ba3d6a1886 100644
--- a/LayoutTests/transforms/combine-transforms-properties-motion-path-expected.html
+++ b/LayoutTests/transforms/combine-transforms-properties-motion-path-expected.html
@@ -4,7 +4,7 @@ div {
width: 100px;
height: 100px;
position: absolute;
- transform-origin: 50% 50%;
+ transform-origin: 0% 0%;
}
#expected {

Powered by Google App Engine
This is Rietveld 408576698