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

Unified Diff: LayoutTests/animations/interpolation/background-color-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
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/background-image-interpolation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/background-color-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt b/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt
index ad4bacca17848e26cef292b68c82e58e12c6134c..e0a480d5586f7db5ef5cf9be3bf599afedd7f793 100644
--- a/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/background-color-interpolation-expected.txt
@@ -1,3 +1,4 @@
+CSS Animations:
PASS: background-color from [white] to [orange] was [white] at -0.3
PASS: background-color from [white] to [orange] was [white] at 0
PASS: background-color from [white] to [orange] was [rgb(255, 228, 179)] at 0.3
@@ -11,3 +12,17 @@ PASS: background-color from [initial] to [transparent] was [transparent] at 0.6
PASS: background-color from [initial] to [transparent] was [transparent] at 1
PASS: background-color from [initial] to [transparent] was [transparent] at 1.5
+Web Animations API:
+PASS: backgroundColor from [white] to [orange] was [white] at -0.3
+PASS: backgroundColor from [white] to [orange] was [white] at 0
+PASS: backgroundColor from [white] to [orange] was [rgb(255, 228, 179)] at 0.3
+PASS: backgroundColor from [white] to [orange] was [rgb(255, 201, 102)] at 0.6
+PASS: backgroundColor from [white] to [orange] was [orange] at 1
+PASS: backgroundColor from [white] to [orange] was [rgb(255, 120, 0)] at 1.5
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at -0.3
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0.3
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0.6
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 1
+PASS: backgroundColor from [initial] to [transparent] was [transparent] at 1.5
+
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/background-image-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698