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

Side by Side Diff: LayoutTests/virtual/web-animations-css/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt

Issue 26979002: CSS Animations: Simplify interpolation test results under test-runner (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectations. Created 7 years, 2 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
2
3
4
5
6
7
8
9
10 PASS: stroke-dasharray from [5 10] to [15 20] was [ 0 4] at -0.6 1 PASS: stroke-dasharray from [5 10] to [15 20] was [ 0 4] at -0.6
11 PASS: stroke-dasharray from [5 10] to [15 20] was [ 1 6] at -0.4 2 PASS: stroke-dasharray from [5 10] to [15 20] was [ 1 6] at -0.4
12 PASS: stroke-dasharray from [5 10] to [15 20] was [ 3 8] at -0.2 3 PASS: stroke-dasharray from [5 10] to [15 20] was [ 3 8] at -0.2
13 PASS: stroke-dasharray from [5 10] to [15 20] was [ 5 10] at 0 4 PASS: stroke-dasharray from [5 10] to [15 20] was [ 5 10] at 0
14 PASS: stroke-dasharray from [5 10] to [15 20] was [ 7 12] at 0.2 5 PASS: stroke-dasharray from [5 10] to [15 20] was [ 7 12] at 0.2
15 PASS: stroke-dasharray from [5 10] to [15 20] was [ 9 14] at 0.4 6 PASS: stroke-dasharray from [5 10] to [15 20] was [ 9 14] at 0.4
16 PASS: stroke-dasharray from [5 10] to [15 20] was [11 16] at 0.6 7 PASS: stroke-dasharray from [5 10] to [15 20] was [11 16] at 0.6
17 PASS: stroke-dasharray from [5 10] to [15 20] was [13 18] at 0.8 8 PASS: stroke-dasharray from [5 10] to [15 20] was [13 18] at 0.8
18 PASS: stroke-dasharray from [5 10] to [15 20] was [15 20] at 1 9 PASS: stroke-dasharray from [5 10] to [15 20] was [15 20] at 1
19 PASS: stroke-dasharray from [5 10] to [15 20] was [17 22] at 1.2 10 PASS: stroke-dasharray from [5 10] to [15 20] was [17 22] at 1.2
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35] was [23 28 33 41 22 27 35 40 21 29 34 39] at 1.2 66 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35] was [23 28 33 41 22 27 35 40 21 29 34 39] at 1.2
76 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 2 7 12 0 4 14 1 6 11 0 8 13 0 5 10] at -0.2 67 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 2 7 12 0 4 14 1 6 11 0 8 13 0 5 10] at -0.2
77 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 5 10 15] at 0 68 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 5 10 15] at 0
78 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 8 13 18 11 16 16 9 14 19 12 12 17 10 15 20] at 0.2 69 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 8 13 18 11 16 16 9 14 19 12 12 17 10 15 20] at 0.2
79 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [11 16 21 17 22 17 13 18 23 19 14 19 15 20 25] at 0.4 70 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [11 16 21 17 22 17 13 18 23 19 14 19 15 20 25] at 0.4
80 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [14 19 24 23 28 18 17 22 27 26 16 21 20 25 30] at 0.6 71 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [14 19 24 23 28 18 17 22 27 26 16 21 20 25 30] at 0.6
81 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [17 22 27 29 34 19 21 26 31 33 18 23 25 30 35] at 0.8 72 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [17 22 27 29 34 19 21 26 31 33 18 23 25 30 35] at 0.8
82 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [20 25 30 35 40] a t 1 73 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [20 25 30 35 40] a t 1
83 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [23 28 33 41 46 21 29 34 39 47 22 27 35 40 45] at 1.2 74 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [23 28 33 41 46 21 29 34 39 47 22 27 35 40 45] at 1.2
84 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698