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

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/zero-length-expected.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, 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/zero-length-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-expected.html b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length-expected.html
similarity index 66%
copy from third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-expected.html
copy to third_party/WebKit/LayoutTests/css3/motion-path/zero-length-expected.html
index 63bdb4f3912410d4317769ee5aac9c6adbee6e63..3184a8946670dd4795bdbae291e69baa698711b5 100644
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length-expected.html
@@ -4,8 +4,8 @@
<style>
#div1 {
position: absolute;
- transform: translate(120px, 150px);
- transform-origin: 0% 0%;
+ transform: translate(100px, 100px);
+ transform-origin: 0 0;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698