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

Side by Side Diff: LayoutTests/animations/interpolation/font-weight-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
OLDNEW
1 CSS Animations:
1 PASS: font-weight from [100] to [900] was [100] at 0 2 PASS: font-weight from [100] to [900] was [100] at 0
2 PASS: font-weight from [100] to [900] was [200] at 0.125 3 PASS: font-weight from [100] to [900] was [200] at 0.125
3 PASS: font-weight from [100] to [900] was [300] at 0.25 4 PASS: font-weight from [100] to [900] was [300] at 0.25
4 PASS: font-weight from [100] to [900] was [400] at 0.375 5 PASS: font-weight from [100] to [900] was [400] at 0.375
5 PASS: font-weight from [100] to [900] was [500] at 0.5 6 PASS: font-weight from [100] to [900] was [500] at 0.5
6 PASS: font-weight from [100] to [900] was [600] at 0.625 7 PASS: font-weight from [100] to [900] was [600] at 0.625
7 PASS: font-weight from [100] to [900] was [700] at 0.75 8 PASS: font-weight from [100] to [900] was [700] at 0.75
8 PASS: font-weight from [100] to [900] was [800] at 0.875 9 PASS: font-weight from [100] to [900] was [800] at 0.875
9 PASS: font-weight from [100] to [900] was [900] at 1 10 PASS: font-weight from [100] to [900] was [900] at 1
10 PASS: font-weight from [100] to [900] was [100] at 0.0125 11 PASS: font-weight from [100] to [900] was [100] at 0.0125
11 PASS: font-weight from [100] to [900] was [100] at 0.06125 12 PASS: font-weight from [100] to [900] was [100] at 0.06125
12 PASS: font-weight from [100] to [900] was [200] at 0.0625 13 PASS: font-weight from [100] to [900] was [200] at 0.0625
13 PASS: font-weight from [100] to [900] was [200] at 0.06375 14 PASS: font-weight from [100] to [900] was [200] at 0.06375
14 PASS: font-weight from [100] to [900] was [200] at 0.1125 15 PASS: font-weight from [100] to [900] was [200] at 0.1125
15 PASS: font-weight from [100] to [900] was [800] at 0.8875 16 PASS: font-weight from [100] to [900] was [800] at 0.8875
16 PASS: font-weight from [100] to [900] was [800] at 0.93625 17 PASS: font-weight from [100] to [900] was [800] at 0.93625
17 PASS: font-weight from [100] to [900] was [900] at 0.9375 18 PASS: font-weight from [100] to [900] was [900] at 0.9375
18 PASS: font-weight from [100] to [900] was [900] at 0.93875 19 PASS: font-weight from [100] to [900] was [900] at 0.93875
19 PASS: font-weight from [100] to [900] was [100] at -0.1 20 PASS: font-weight from [100] to [900] was [100] at -0.1
20 PASS: font-weight from [100] to [900] was [900] at 1.1 21 PASS: font-weight from [100] to [900] was [900] at 1.1
21 22
23 Web Animations API:
24 PASS: fontWeight from [100] to [900] was [100] at 0
25 PASS: fontWeight from [100] to [900] was [200] at 0.125
26 PASS: fontWeight from [100] to [900] was [300] at 0.25
27 PASS: fontWeight from [100] to [900] was [400] at 0.375
28 PASS: fontWeight from [100] to [900] was [500] at 0.5
29 PASS: fontWeight from [100] to [900] was [600] at 0.625
30 PASS: fontWeight from [100] to [900] was [700] at 0.75
31 PASS: fontWeight from [100] to [900] was [800] at 0.875
32 PASS: fontWeight from [100] to [900] was [900] at 1
33 PASS: fontWeight from [100] to [900] was [100] at 0.0125
34 PASS: fontWeight from [100] to [900] was [100] at 0.06125
35 PASS: fontWeight from [100] to [900] was [200] at 0.0625
36 PASS: fontWeight from [100] to [900] was [200] at 0.06375
37 PASS: fontWeight from [100] to [900] was [200] at 0.1125
38 PASS: fontWeight from [100] to [900] was [800] at 0.8875
39 PASS: fontWeight from [100] to [900] was [800] at 0.93625
40 PASS: fontWeight from [100] to [900] was [900] at 0.9375
41 PASS: fontWeight from [100] to [900] was [900] at 0.93875
42 PASS: fontWeight from [100] to [900] was [100] at -0.1
43 PASS: fontWeight from [100] to [900] was [900] at 1.1
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698