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

Unified Diff: LayoutTests/animations/interpolation/margin-interpolation-expected.txt

Issue 194733002: Web Animations: Use StringKeyframes for element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More comments Created 6 years, 8 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/margin-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/margin-interpolation-expected.txt b/LayoutTests/animations/interpolation/margin-interpolation-expected.txt
index 6d9ceb8da4a2602a8b8bf9eacba6f985b9130f08..125fb79d75f9471b2e6dae6badb912f524a4e94e 100644
--- a/LayoutTests/animations/interpolation/margin-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/margin-interpolation-expected.txt
@@ -7,10 +7,10 @@ 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 [-3px] at -0.3
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]
+PASS: margin from [0px] to [10px] was [3px] at 0.3
+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

Powered by Google App Engine
This is Rietveld 408576698