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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-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-offset-translation-and-rotation.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
similarity index 83%
rename from third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation.html
rename to third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
index 49422bd58a2a121132edadcab56918904d67e75a..19c9e108b84cea726fde72e1e31f7e366fcc0402 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-and-rotation.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
@@ -7,7 +7,7 @@
left: 100;
top: 200;
transform-origin: 60% 20%;
- motion: path('M 20 30 l 100 100') auto -15deg 50%;
+ offset: path('M 20 30 l 100 100') auto -15deg 50%;
transform: translate(80px, 60px) rotate(-90deg);
transform-origin: 0% 0%;
}

Powered by Google App Engine
This is Rietveld 408576698