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

Side by Side Diff: LayoutTests/animations/interpolation/webkit-column-count-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: -webkit-column-count from [1] to [6] was [1] at -0.4 2 PASS: -webkit-column-count from [1] to [6] was [1] at -0.4
2 PASS: -webkit-column-count from [1] to [6] was [1] at -0.2 3 PASS: -webkit-column-count from [1] to [6] was [1] at -0.2
3 PASS: -webkit-column-count from [1] to [6] was [1] at 0 4 PASS: -webkit-column-count from [1] to [6] was [1] at 0
4 PASS: -webkit-column-count from [1] to [6] was [2] at 0.2 5 PASS: -webkit-column-count from [1] to [6] was [2] at 0.2
5 PASS: -webkit-column-count from [1] to [6] was [3] at 0.4 6 PASS: -webkit-column-count from [1] to [6] was [3] at 0.4
6 PASS: -webkit-column-count from [1] to [6] was [4] at 0.6 7 PASS: -webkit-column-count from [1] to [6] was [4] at 0.6
7 PASS: -webkit-column-count from [1] to [6] was [5] at 0.8 8 PASS: -webkit-column-count from [1] to [6] was [5] at 0.8
8 PASS: -webkit-column-count from [1] to [6] was [6] at 1 9 PASS: -webkit-column-count from [1] to [6] was [6] at 1
9 PASS: -webkit-column-count from [1] to [6] was [7] at 1.2 10 PASS: -webkit-column-count from [1] to [6] was [7] at 1.2
10 PASS: -webkit-column-count from [0] to [5] was [1] at -0.5 11 PASS: -webkit-column-count from [0] to [5] was [1] at -0.5
11 PASS: -webkit-column-count from [0] to [5] was [1] at -0.25 12 PASS: -webkit-column-count from [0] to [5] was [1] at -0.25
12 PASS: -webkit-column-count from [0] to [5] was [1] at 0 13 PASS: -webkit-column-count from [0] to [5] was [1] at 0
13 PASS: -webkit-column-count from [0] to [5] was [2] at 0.25 14 PASS: -webkit-column-count from [0] to [5] was [2] at 0.25
14 PASS: -webkit-column-count from [0] to [5] was [3] at 0.5 15 PASS: -webkit-column-count from [0] to [5] was [3] at 0.5
15 PASS: -webkit-column-count from [0] to [5] was [4] at 0.75 16 PASS: -webkit-column-count from [0] to [5] was [4] at 0.75
16 PASS: -webkit-column-count from [0] to [5] was [5] at 1 17 PASS: -webkit-column-count from [0] to [5] was [5] at 1
17 PASS: -webkit-column-count from [0] to [5] was [6] at 1.25 18 PASS: -webkit-column-count from [0] to [5] was [6] at 1.25
18 19
20 Web Animations API:
21 FAIL: webkitColumnCount from [1] to [6] was [auto] at -0.4, expected [1]
22 FAIL: webkitColumnCount from [1] to [6] was [auto] at -0.2, expected [1]
23 FAIL: webkitColumnCount from [1] to [6] was [auto] at 0, expected [1]
24 FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.2, expected [2]
25 FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.4, expected [3]
26 FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.6, expected [4]
27 FAIL: webkitColumnCount from [1] to [6] was [auto] at 0.8, expected [5]
28 FAIL: webkitColumnCount from [1] to [6] was [auto] at 1, expected [6]
29 FAIL: webkitColumnCount from [1] to [6] was [auto] at 1.2, expected [7]
30 FAIL: webkitColumnCount from [0] to [5] was [auto] at -0.5, expected [1]
31 FAIL: webkitColumnCount from [0] to [5] was [auto] at -0.25, expected [1]
32 FAIL: webkitColumnCount from [0] to [5] was [auto] at 0, expected [1]
33 FAIL: webkitColumnCount from [0] to [5] was [auto] at 0.25, expected [2]
34 FAIL: webkitColumnCount from [0] to [5] was [auto] at 0.5, expected [3]
35 FAIL: webkitColumnCount from [0] to [5] was [auto] at 0.75, expected [4]
36 FAIL: webkitColumnCount from [0] to [5] was [auto] at 1, expected [5]
37 FAIL: webkitColumnCount from [0] to [5] was [auto] at 1.25, expected [6]
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698