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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/background-image-interpolation-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CSS Animations:
1 PASS: background-color from [white] to [orange] was [white] at -0.3 2 PASS: background-color from [white] to [orange] was [white] at -0.3
2 PASS: background-color from [white] to [orange] was [white] at 0 3 PASS: background-color from [white] to [orange] was [white] at 0
3 PASS: background-color from [white] to [orange] was [rgb(255, 228, 179)] at 0.3 4 PASS: background-color from [white] to [orange] was [rgb(255, 228, 179)] at 0.3
4 PASS: background-color from [white] to [orange] was [rgb(255, 201, 102)] at 0.6 5 PASS: background-color from [white] to [orange] was [rgb(255, 201, 102)] at 0.6
5 PASS: background-color from [white] to [orange] was [orange] at 1 6 PASS: background-color from [white] to [orange] was [orange] at 1
6 PASS: background-color from [white] to [orange] was [rgb(255, 120, 0)] at 1.5 7 PASS: background-color from [white] to [orange] was [rgb(255, 120, 0)] at 1.5
7 PASS: background-color from [initial] to [transparent] was [transparent] at -0.3 8 PASS: background-color from [initial] to [transparent] was [transparent] at -0.3
8 PASS: background-color from [initial] to [transparent] was [transparent] at 0 9 PASS: background-color from [initial] to [transparent] was [transparent] at 0
9 PASS: background-color from [initial] to [transparent] was [transparent] at 0.3 10 PASS: background-color from [initial] to [transparent] was [transparent] at 0.3
10 PASS: background-color from [initial] to [transparent] was [transparent] at 0.6 11 PASS: background-color from [initial] to [transparent] was [transparent] at 0.6
11 PASS: background-color from [initial] to [transparent] was [transparent] at 1 12 PASS: background-color from [initial] to [transparent] was [transparent] at 1
12 PASS: background-color from [initial] to [transparent] was [transparent] at 1.5 13 PASS: background-color from [initial] to [transparent] was [transparent] at 1.5
13 14
15 Web Animations API:
16 PASS: backgroundColor from [white] to [orange] was [white] at -0.3
17 PASS: backgroundColor from [white] to [orange] was [white] at 0
18 PASS: backgroundColor from [white] to [orange] was [rgb(255, 228, 179)] at 0.3
19 PASS: backgroundColor from [white] to [orange] was [rgb(255, 201, 102)] at 0.6
20 PASS: backgroundColor from [white] to [orange] was [orange] at 1
21 PASS: backgroundColor from [white] to [orange] was [rgb(255, 120, 0)] at 1.5
22 PASS: backgroundColor from [initial] to [transparent] was [transparent] at -0.3
23 PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0
24 PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0.3
25 PASS: backgroundColor from [initial] to [transparent] was [transparent] at 0.6
26 PASS: backgroundColor from [initial] to [transparent] was [transparent] at 1
27 PASS: backgroundColor from [initial] to [transparent] was [transparent] at 1.5
28
OLDNEW
« 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