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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/combine-translation.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-translation.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation.html
index 46ebcbd0a63100e3546c784393141d1c52204989..cd8c74b35d8b832079f2e5cd20060e520fb39738 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation.html
@@ -4,7 +4,7 @@
<style>
#div1 {
position: absolute;
- motion: path('M 10 20 h 40 v 50') 0rad 100%;
+ offset: path('M 10 20 h 40 v 50') 0rad 100%;
transform: translate(70px, 80px);
transform-origin: 0% 0%;
}

Powered by Google App Engine
This is Rietveld 408576698