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'); |