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

Unified Diff: LayoutTests/animations/interpolation/border-spacing-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/border-spacing-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/border-spacing-interpolation-expected.txt b/LayoutTests/animations/interpolation/border-spacing-interpolation-expected.txt
index 75a815fca64fd456f287f08a5f5a3bad314bf55f..77c641bcbc627761e044436cbd0c435bc28a49c1 100644
--- a/LayoutTests/animations/interpolation/border-spacing-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/border-spacing-interpolation-expected.txt
@@ -1,3 +1,4 @@
+CSS Animations:
PASS: border-spacing from [0px] to [10px] was [0px 0px] at -0.3
PASS: border-spacing from [0px] to [10px] was [0px 0px] at 0
PASS: border-spacing from [0px] to [10px] was [3px 3px] at 0.3
@@ -17,3 +18,23 @@ PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [6px] at 0.6
PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [10px] at 1
PASS: -webkit-border-vertical-spacing from [0px] to [10px] was [15px] at 1.5
+Web Animations API:
+FAIL: borderSpacing from [0px] to [10px] was [2px 2px] at -0.3, expected [0px 0px]
+FAIL: borderSpacing from [0px] to [10px] was [2px 2px] at 0, expected [0px 0px]
+FAIL: borderSpacing from [0px] to [10px] was [2px 2px] at 0.3, expected [3px 3px]
+FAIL: borderSpacing from [0px] to [10px] was [2px 2px] at 0.6, expected [6px 6px]
+FAIL: borderSpacing from [0px] to [10px] was [2px 2px] at 1, expected [10px 10px]
+FAIL: borderSpacing from [0px] to [10px] was [2px 2px] at 1.5, expected [15px 15px]
+FAIL: webkitBorderHorizontalSpacing from [0px] to [10px] was [2px] at -0.3, expected [0px]
+FAIL: webkitBorderHorizontalSpacing from [0px] to [10px] was [2px] at 0, expected [0px]
+FAIL: webkitBorderHorizontalSpacing from [0px] to [10px] was [2px] at 0.3, expected [3px]
+FAIL: webkitBorderHorizontalSpacing from [0px] to [10px] was [2px] at 0.6, expected [6px]
+FAIL: webkitBorderHorizontalSpacing from [0px] to [10px] was [2px] at 1, expected [10px]
+FAIL: webkitBorderHorizontalSpacing from [0px] to [10px] was [2px] at 1.5, expected [15px]
+FAIL: webkitBorderVerticalSpacing from [0px] to [10px] was [2px] at -0.3, expected [0px]
+FAIL: webkitBorderVerticalSpacing from [0px] to [10px] was [2px] at 0, expected [0px]
+FAIL: webkitBorderVerticalSpacing from [0px] to [10px] was [2px] at 0.3, expected [3px]
+FAIL: webkitBorderVerticalSpacing from [0px] to [10px] was [2px] at 0.6, expected [6px]
+FAIL: webkitBorderVerticalSpacing from [0px] to [10px] was [2px] at 1, expected [10px]
+FAIL: webkitBorderVerticalSpacing from [0px] to [10px] was [2px] at 1.5, expected [15px]
+

Powered by Google App Engine
This is Rietveld 408576698