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

Unified Diff: LayoutTests/animations/svg-attribute-interpolation/svg-z-interpolation-expected.txt

Issue 1068973004: Web Animations: Support animation of SVG number attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 8 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: LayoutTests/animations/svg-attribute-interpolation/svg-z-interpolation-expected.txt
diff --git a/LayoutTests/animations/svg-attribute-interpolation/svg-z-interpolation-expected.txt b/LayoutTests/animations/svg-attribute-interpolation/svg-z-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b9088da53b9dc5b4809f7156c19d261c4bc09bdf
--- /dev/null
+++ b/LayoutTests/animations/svg-attribute-interpolation/svg-z-interpolation-expected.txt
@@ -0,0 +1,15 @@
+
+SVG SMIL:
+PASS: z from [1] to [6] was [1] at 0
+PASS: z from [1] to [6] was [2] at 0.2
+PASS: z from [1] to [6] was [4] at 0.6
+PASS: z from [1] to [6] was [6] at 1
+
+Web Animations API:
+PASS: z from [1] to [6] was [-1] at -0.4
+PASS: z from [1] to [6] was [1] at 0
+PASS: z from [1] to [6] was [2] at 0.2
+PASS: z from [1] to [6] was [4] at 0.6
+PASS: z from [1] to [6] was [6] at 1
+PASS: z from [1] to [6] was [8] at 1.4
+

Powered by Google App Engine
This is Rietveld 408576698