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

Unified Diff: LayoutTests/css3/motion-path/compute-distance-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: 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-expected.html
diff --git a/LayoutTests/css3/motion-path/compute-distance-expected.html b/LayoutTests/css3/motion-path/compute-distance-expected.html
index e6dfd6068233b267ae75abfb1fba2da6945cbaf0..80f0e1cd07e687054f06b5266ff78ffd7661359b 100644
--- a/LayoutTests/css3/motion-path/compute-distance-expected.html
+++ b/LayoutTests/css3/motion-path/compute-distance-expected.html
@@ -4,6 +4,7 @@
<style>
div {
position: absolute;
+ transform-origin: 0% 0%;
}
#div1 {
transform: translate3d(300px, 10px, 1px);

Powered by Google App Engine
This is Rietveld 408576698