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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/compute-distance.html

Issue 2461603003: CSS Motion Path: Place offset-anchor on the path (Closed)
Patch Set: rebase Created 4 years, 1 month 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/compute-distance.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/compute-distance.html b/third_party/WebKit/LayoutTests/css3/motion-path/compute-distance.html
index 03803f5566dd8f426d5de21bb6f6b9933776aa57..584312b4c0faaaa3541247110d5777323023a3c7 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/compute-distance.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/compute-distance.html
@@ -5,6 +5,7 @@
div {
position: absolute;
transform-origin: 0% 0%;
+ offset-anchor: 0% 0%;
}
.closed {
offset-path: path('M 0 0 L 500 0 Z');

Powered by Google App Engine
This is Rietveld 408576698