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