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

Unified Diff: LayoutTests/css3/motion-path/combine-rotation-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
« no previous file with comments | « no previous file | LayoutTests/css3/motion-path/combine-translation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/motion-path/combine-rotation-expected.html
diff --git a/LayoutTests/css3/motion-path/combine-rotation-expected.html b/LayoutTests/css3/motion-path/combine-rotation-expected.html
index 6dc6f71478c8357c778401deaee879c182c4ebbc..9993c2865664ccc4c73f67cc90916ae996fc4af2 100644
--- a/LayoutTests/css3/motion-path/combine-rotation-expected.html
+++ b/LayoutTests/css3/motion-path/combine-rotation-expected.html
@@ -6,7 +6,7 @@
position: absolute;
left: 100;
top: 200;
- transform: rotate(180deg);
+ transform: translate(-50%, -50%) rotate(180deg);
}
</style>
</head>
« no previous file with comments | « no previous file | LayoutTests/css3/motion-path/combine-translation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698