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 |
+ |