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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html

Issue 2227463002: SVG: Use path attribute for animateMotion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: implicitWait Created 4 years, 4 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/svg/animations/animateMotion_changingPath-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html b/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0bc427db0eb0b21b4a5bfcf4c921be190451facb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/animations/animateMotion_changingPath-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+#track {
+ stroke: blue;
+}
+</style>
+<svg width="200" height="200">
+
+ <path id="track" d="M20,100 H180"/>
+
+ <circle r="10" cx="100" cy="180" fill="green"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698