Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: LayoutTests/animations/interpolation/webkit-column-count-interpolation-expected.txt

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]
+

Powered by Google App Engine
This is Rietveld 408576698