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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation-expected.html

Issue 2461603003: CSS Motion Path: Place offset-anchor on the path (Closed)
Patch Set: anchor Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation-expected.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation-expected.html
index 9993c2865664ccc4c73f67cc90916ae996fc4af2..6dc6f71478c8357c778401deaee879c182c4ebbc 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation-expected.html
@@ -6,7 +6,7 @@
position: absolute;
left: 100;
top: 200;
- transform: translate(-50%, -50%) rotate(180deg);
+ transform: rotate(180deg);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698