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

Unified Diff: third_party/WebKit/LayoutTests/transforms/combine-transforms-properties-motion-path.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/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 00e3e4f8b61de8b08804dd7aa799869245068fcf..2b1615b1dd1f08046d319c713e62d478fae730ca 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
@@ -5,6 +5,7 @@ div {
height: 100px;
position: absolute;
transform-origin: 0% 0%;
+ offset-anchor: 0% 0%;
}
/* Note the order of the scaling operation affects the path coordinates */
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698