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

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

Powered by Google App Engine
This is Rietveld 408576698