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

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

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 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 ca383cbad71f955e3f091ea261d35bb191e5c2f7..9fdd24a4f2ea0b8806db88f02504c4b688dfaded 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;
- motion: path('M 0 0 v 100') 150deg 0px;
+ offset: path('M 0 0 v 100') 150deg 0px;
transform: rotate(30deg);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698