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

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

Issue 1418663004: SVG animateMotion paths that only cause offsets are no longer ignored (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/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 b117987a7942aaec7bc72d6f9fde94a72fdd6388..e9b024eb91ac304e047851781bede687b106d34f 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
@@ -3,6 +3,10 @@
<head>
<style>
+div {
pdr. 2015/10/30 00:52:04 Was this needed?
Eric Willigers 2015/11/20 07:49:53 With parent width 800px, the default transform-ori
+ width: 800px;
+}
+
span {
position: absolute;
width: 120px;
@@ -32,7 +36,7 @@ span {
}
#div1 {
- motion-path: path('M0,0');
+ motion-path: path('M400,0');
}
#div2 {

Powered by Google App Engine
This is Rietveld 408576698