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

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

Issue 2375343002: CSS Motion Path: offset-shorthand requires path before distance rotation (Closed)
Patch Set: path distance rotation all required Created 4 years, 2 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: third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
index 9fdd24a4f2ea0b8806db88f02504c4b688dfaded..07312b752d9ad2738753374aaef0ee54a85e3e0f 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
@@ -6,7 +6,7 @@
position: absolute;
left: 100;
top: 200;
- offset: path('M 0 0 v 100') 150deg 0px;
+ offset: path('M 0 0 v 100') 0px 150deg;
transform: rotate(30deg);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698