Index: LayoutTests/animations/interpolation/webkit-column-count-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/webkit-column-count-interpolation-expected.txt b/LayoutTests/animations/interpolation/webkit-column-count-interpolation-expected.txt |
index 6217bceb6d34a7f03776a011af635ac9dcc67fe2..ffb5049754d4f33c1f7a54fbe5d5774f600ce8e8 100644 |
--- a/LayoutTests/animations/interpolation/webkit-column-count-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/webkit-column-count-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: -webkit-column-count from [1] to [6] was [1] at -0.4 |
PASS: -webkit-column-count from [1] to [6] was [1] at -0.2 |
PASS: -webkit-column-count from [1] to [6] was [1] at 0 |
@@ -16,3 +17,22 @@ PASS: -webkit-column-count from [0] to [5] was [4] at 0.75 |
PASS: -webkit-column-count from [0] to [5] was [5] at 1 |
PASS: -webkit-column-count from [0] to [5] was [6] at 1.25 |
+Web Animations API: |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at -0.4, expected [1] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at -0.2, expected [1] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 0, expected [1] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.2, expected [2] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.4, expected [3] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.6, expected [4] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.8, expected [5] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 1, expected [6] |
+FAIL: webkitColumnCount from [1] to [6] was [auto] at 1.2, expected [7] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at -0.5, expected [1] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at -0.25, expected [1] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at 0, expected [1] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at 0.25, expected [2] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at 0.5, expected [3] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at 0.75, expected [4] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at 1, expected [5] |
+FAIL: webkitColumnCount from [0] to [5] was [auto] at 1.25, expected [6] |
+ |