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