Index: LayoutTests/animations/interpolation/left-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/left-interpolation-expected.txt b/LayoutTests/animations/interpolation/left-interpolation-expected.txt |
index 7b60bcc62fa7bc70d27ffe8a32c61f7217908364..50e2639e3a900961b3012028cc6b944553b7fe57 100644 |
--- a/LayoutTests/animations/interpolation/left-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/left-interpolation-expected.txt |
@@ -1,3 +1,11 @@ |
+CSS Animations: |
+PASS: left from [-10px] to [10px] was [-16px] at -0.3 |
+PASS: left from [-10px] to [10px] was [-10px] at 0 |
+PASS: left from [-10px] to [10px] was [0px] at 0.5 |
+PASS: left from [-10px] to [10px] was [10px] at 1 |
+PASS: left from [-10px] to [10px] was [20px] at 1.5 |
+ |
+Web Animations API: |
PASS: left from [-10px] to [10px] was [-16px] at -0.3 |
PASS: left from [-10px] to [10px] was [-10px] at 0 |
PASS: left from [-10px] to [10px] was [0px] at 0.5 |