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

Unified Diff: third_party/WebKit/LayoutTests/transforms/combine-transforms-properties-motion-path.html

Issue 2828503002: CSS Motion Path: delete implementation of motion shorthand (Closed)
Patch Set: test update Created 3 years, 8 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/transforms/combine-transforms-properties-motion-path.html
diff --git a/third_party/WebKit/LayoutTests/transforms/combine-transforms-properties-motion-path.html b/third_party/WebKit/LayoutTests/transforms/combine-transforms-properties-motion-path.html
index 2b1615b1dd1f08046d319c713e62d478fae730ca..9b007b6a0c8093311acb2e06e7ba25a5ac27a111 100644
--- a/third_party/WebKit/LayoutTests/transforms/combine-transforms-properties-motion-path.html
+++ b/third_party/WebKit/LayoutTests/transforms/combine-transforms-properties-motion-path.html
@@ -14,7 +14,7 @@ div {
translate: 200px 10px;
rotate: 90deg;
scale: 1 2;
- motion: path("m 0 0 v -20 h 20") 0rad 100%;
+ offset: path("m 0 0 v -20 h 20") 100% 0rad;
}
#expected {
background-color: green;

Powered by Google App Engine
This is Rietveld 408576698