Index: LayoutTests/animations/svg-attribute-interpolation/svg-offset-interpolation-expected.txt |
diff --git a/LayoutTests/animations/svg-attribute-interpolation/svg-offset-interpolation-expected.txt b/LayoutTests/animations/svg-attribute-interpolation/svg-offset-interpolation-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..db20e180799e50f749cc37cd527abc018c55b070 |
--- /dev/null |
+++ b/LayoutTests/animations/svg-attribute-interpolation/svg-offset-interpolation-expected.txt |
@@ -0,0 +1,15 @@ |
+ |
+SVG SMIL: |
+PASS: offset from [-2.5] to [7.5] was [-2.5] at 0 |
+PASS: offset from [-2.5] to [7.5] was [-0.5] at 0.2 |
+PASS: offset from [-2.5] to [7.5] was [3.5] at 0.6 |
+PASS: offset from [-2.5] to [7.5] was [7.5] at 1 |
+ |
+Web Animations API: |
+PASS: offset from [-2.5] to [7.5] was [-6.5] at -0.4 |
+PASS: offset from [-2.5] to [7.5] was [-2.5] at 0 |
+PASS: offset from [-2.5] to [7.5] was [-0.5] at 0.2 |
+PASS: offset from [-2.5] to [7.5] was [3.5] at 0.6 |
+PASS: offset from [-2.5] to [7.5] was [7.5] at 1 |
+PASS: offset from [-2.5] to [7.5] was [11.5] at 1.4 |
+ |