Index: LayoutTests/animations/svg-attribute-interpolation/svg-pathLength-interpolation-expected.txt |
diff --git a/LayoutTests/animations/svg-attribute-interpolation/svg-pathLength-interpolation-expected.txt b/LayoutTests/animations/svg-attribute-interpolation/svg-pathLength-interpolation-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d0040077b77b82821a44313b3393615eb24ba04d |
--- /dev/null |
+++ b/LayoutTests/animations/svg-attribute-interpolation/svg-pathLength-interpolation-expected.txt |
@@ -0,0 +1,15 @@ |
+ |
+SVG SMIL: |
+PASS: pathLength from [1] to [6] was [1] at 0 |
+PASS: pathLength from [1] to [6] was [2] at 0.2 |
+PASS: pathLength from [1] to [6] was [4] at 0.6 |
+PASS: pathLength from [1] to [6] was [6] at 1 |
+ |
+Web Animations API: |
+PASS: pathLength from [1] to [6] was [0] at -0.4 |
+PASS: pathLength from [1] to [6] was [1] at 0 |
+PASS: pathLength from [1] to [6] was [2] at 0.2 |
+PASS: pathLength from [1] to [6] was [4] at 0.6 |
+PASS: pathLength from [1] to [6] was [6] at 1 |
+PASS: pathLength from [1] to [6] was [8] at 1.4 |
+ |