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

Unified Diff: LayoutTests/css3/motion-path/compute-distance.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: rebase Created 5 years, 5 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/css3/motion-path/compute-distance.html
diff --git a/LayoutTests/css3/motion-path/compute-distance.html b/LayoutTests/css3/motion-path/compute-distance.html
index f1211c73ffdb315144532b9cc347ed5e232fa474..98c3a1a10a5fe5c3ec5903c97aeabc488e9b6d13 100644
--- a/LayoutTests/css3/motion-path/compute-distance.html
+++ b/LayoutTests/css3/motion-path/compute-distance.html
@@ -4,6 +4,7 @@
<style>
div {
position: absolute;
+ transform-origin: 0% 0%;
}
.closed {
motion-path: path('M 0 0 L 500 0 Z');

Powered by Google App Engine
This is Rietveld 408576698