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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html

Issue 2461603003: CSS Motion Path: Place offset-anchor on the path (Closed)
Patch Set: anchor 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/path-establishes-stacking-context.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
index 02de50912d832b3e6a0aa0ad0bffc389658761c1..570219c584567523f9fe86e0de478a4f9b99bf76 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
@@ -37,7 +37,7 @@ span {
}
#div1 {
- offset-path: path('M400,150');
+ offset-path: path('M0,0 z');
}
#div2 {

Powered by Google App Engine
This is Rietveld 408576698