Index: LayoutTests/animations/interpolation/padding-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/padding-interpolation-expected.txt b/LayoutTests/animations/interpolation/padding-interpolation-expected.txt |
index 663b7546e6133bf0fd01539c688b10cc1b721d6d..c5137d06e168b051ff42178ccd6df5c4523d6b31 100644 |
--- a/LayoutTests/animations/interpolation/padding-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/padding-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: padding from [0px] to [10px] was [0px] at -0.3 |
PASS: padding from [0px] to [10px] was [0px] at 0 |
PASS: padding from [0px] to [10px] was [3px] at 0.3 |
@@ -5,3 +6,11 @@ PASS: padding from [0px] to [10px] was [6px] at 0.6 |
PASS: padding from [0px] to [10px] was [10px] at 1 |
PASS: padding from [0px] to [10px] was [15px] at 1.5 |
+Web Animations API: |
+PASS: padding from [0px] to [10px] was [0px] at -0.3 |
+PASS: padding from [0px] to [10px] was [0px] at 0 |
+FAIL: padding from [0px] to [10px] was [0px] at 0.3, expected [3px] |
+FAIL: padding from [0px] to [10px] was [0px] at 0.6, expected [6px] |
+FAIL: padding from [0px] to [10px] was [0px] at 1, expected [10px] |
+FAIL: padding from [0px] to [10px] was [0px] at 1.5, expected [15px] |
+ |