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

Side by Side Diff: LayoutTests/animations/interpolation/svg-stroke-dasharray-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: stroke-dasharray from [5 10] to [15 20] was [ 0 4] at -0.6 2 PASS: stroke-dasharray from [5 10] to [15 20] was [ 0 4] at -0.6
2 PASS: stroke-dasharray from [5 10] to [15 20] was [ 1 6] at -0.4 3 PASS: stroke-dasharray from [5 10] to [15 20] was [ 1 6] at -0.4
3 PASS: stroke-dasharray from [5 10] to [15 20] was [ 3 8] at -0.2 4 PASS: stroke-dasharray from [5 10] to [15 20] was [ 3 8] at -0.2
4 PASS: stroke-dasharray from [5 10] to [15 20] was [ 5 10] at 0 5 PASS: stroke-dasharray from [5 10] to [15 20] was [ 5 10] at 0
5 PASS: stroke-dasharray from [5 10] to [15 20] was [ 7 12] at 0.2 6 PASS: stroke-dasharray from [5 10] to [15 20] was [ 7 12] at 0.2
6 PASS: stroke-dasharray from [5 10] to [15 20] was [ 9 14] at 0.4 7 PASS: stroke-dasharray from [5 10] to [15 20] was [ 9 14] at 0.4
7 PASS: stroke-dasharray from [5 10] to [15 20] was [11 16] at 0.6 8 PASS: stroke-dasharray from [5 10] to [15 20] was [11 16] at 0.6
8 PASS: stroke-dasharray from [5 10] to [15 20] was [13 18] at 0.8 9 PASS: stroke-dasharray from [5 10] to [15 20] was [13 18] at 0.8
9 PASS: stroke-dasharray from [5 10] to [15 20] was [15 20] at 1 10 PASS: stroke-dasharray from [5 10] to [15 20] was [15 20] at 1
10 PASS: stroke-dasharray from [5 10] to [15 20] was [17 22] at 1.2 11 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
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 67 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
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 68 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
68 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 5 10 15] at 0 69 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [ 5 10 15] at 0
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 70 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
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 71 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
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 72 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
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 73 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
73 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [20 25 30 35 40] a t 1 74 PASS: stroke-dasharray from [5 10 15] to [20 25 30 35 40] was [20 25 30 35 40] a t 1
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 75 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
75 76
77 Web Animations API:
78 PASS: strokeDasharray from [5 10] to [15 20] was [ 0 4] at -0.6
79 PASS: strokeDasharray from [5 10] to [15 20] was [ 1 6] at -0.4
80 PASS: strokeDasharray from [5 10] to [15 20] was [ 3 8] at -0.2
81 PASS: strokeDasharray from [5 10] to [15 20] was [ 5 10] at 0
82 PASS: strokeDasharray from [5 10] to [15 20] was [ 7 12] at 0.2
83 PASS: strokeDasharray from [5 10] to [15 20] was [ 9 14] at 0.4
84 PASS: strokeDasharray from [5 10] to [15 20] was [11 16] at 0.6
85 PASS: strokeDasharray from [5 10] to [15 20] was [13 18] at 0.8
86 PASS: strokeDasharray from [5 10] to [15 20] was [15 20] at 1
87 PASS: strokeDasharray from [5 10] to [15 20] was [17 22] at 1.2
88 PASS: strokeDasharray from [0 0] to [5 10] was [ 0 0] at -0.2
89 PASS: strokeDasharray from [0 0] to [5 10] was [ 0 0] at 0
90 PASS: strokeDasharray from [0 0] to [5 10] was [ 1 2] at 0.2
91 PASS: strokeDasharray from [0 0] to [5 10] was [ 2 4] at 0.4
92 PASS: strokeDasharray from [0 0] to [5 10] was [ 3 6] at 0.6
93 PASS: strokeDasharray from [0 0] to [5 10] was [ 4 8] at 0.8
94 PASS: strokeDasharray from [0 0] to [5 10] was [ 5 10] at 1
95 PASS: strokeDasharray from [0 0] to [5 10] was [ 6 12] at 1.2
96 PASS: strokeDasharray from [none] to [5 10] was [ 0 0] at -0.2
97 PASS: strokeDasharray from [none] to [5 10] was [none] at 0
98 PASS: strokeDasharray from [none] to [5 10] was [ 1 2] at 0.2
99 PASS: strokeDasharray from [none] to [5 10] was [ 2 4] at 0.4
100 PASS: strokeDasharray from [none] to [5 10] was [ 3 6] at 0.6
101 PASS: strokeDasharray from [none] to [5 10] was [ 4 8] at 0.8
102 PASS: strokeDasharray from [none] to [5 10] was [ 5 10] at 1
103 PASS: strokeDasharray from [none] to [5 10] was [ 6 12] at 1.2
104 PASS: strokeDasharray from [5 10] to [none] was [ 6 12] at -0.2
105 PASS: strokeDasharray from [5 10] to [none] was [ 5 10] at 0
106 PASS: strokeDasharray from [5 10] to [none] was [ 4 8] at 0.2
107 PASS: strokeDasharray from [5 10] to [none] was [ 3 6] at 0.4
108 PASS: strokeDasharray from [5 10] to [none] was [ 2 4] at 0.6
109 PASS: strokeDasharray from [5 10] to [none] was [ 1 2] at 0.8
110 PASS: strokeDasharray from [5 10] to [none] was [none] at 1
111 PASS: strokeDasharray from [5 10] to [none] was [ 0 0] at 1.2
112 PASS: strokeDasharray from [none] to [none] was [none] at -0.2
113 PASS: strokeDasharray from [none] to [none] was [none] at 0
114 PASS: strokeDasharray from [none] to [none] was [none] at 2.2
115 PASS: strokeDasharray from [none] to [none] was [none] at 4.2
116 PASS: strokeDasharray from [none] to [none] was [none] at 6.2
117 PASS: strokeDasharray from [none] to [none] was [none] at 8.2
118 PASS: strokeDasharray from [none] to [none] was [none] at 0.2
119 PASS: strokeDasharray from [none] to [none] was [none] at 1.2
120 PASS: strokeDasharray from [5 10] to [15 20 25] was [ 3 8 1 9 2 7] at -0.2
121 PASS: strokeDasharray from [5 10] to [15 20 25] was [ 5 10] at 0
122 PASS: strokeDasharray from [5 10] to [15 20 25] was [ 7 12 9 11 8 13] at 0.2
123 PASS: strokeDasharray from [5 10] to [15 20 25] was [ 9 14 13 12 11 16] at 0.4
124 PASS: strokeDasharray from [5 10] to [15 20 25] was [11 16 17 13 14 19] at 0.6
125 PASS: strokeDasharray from [5 10] to [15 20 25] was [13 18 21 14 17 22] at 0.8
126 PASS: strokeDasharray from [5 10] to [15 20 25] was [15 20 25] at 1
127 PASS: strokeDasharray from [5 10] to [15 20 25] was [17 22 29 16 23 28] at 1.2
128 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [ 1 6 11 16 0 2 13 18 0 4 9 14] at -0.2
129 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [ 5 10 15 20] at 0
130 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [ 9 14 19 24 13 18 17 22 11 16 21 26] at 0.2
131 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [13 18 23 28 21 26 19 24 17 22 27 32] at 0.4
132 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [17 22 27 32 29 34 21 26 23 28 33 38] at 0.6
133 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [21 26 31 36 37 42 23 28 29 34 39 44] at 0.8
134 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [25 30 35 40 45 50] at 1
135 PASS: strokeDasharray from [5 10 15 20] to [25 30 35 40 45 50] was [29 34 39 44 53 58 27 32 41 46 51 56] at 1.2
136 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [ 2 7 12 0 8 13 0 5 14 1 6 11] at -0.2
137 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [ 5 10 15] at 0
138 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [ 8 13 18 11 12 17 10 15 16 9 14 19] at 0.2
139 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [11 16 21 17 14 19 15 20 17 13 18 23] at 0.4
140 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [14 19 24 23 16 21 20 25 18 17 22 27] at 0.6
141 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [17 22 27 29 18 23 25 30 19 21 26 31] at 0.8
142 PASS: strokeDasharray from [5 10 15] to [20 25 30 35] was [20 25 30 35] at 1
143 PASS: strokeDasharray 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
144 PASS: strokeDasharray 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
145 PASS: strokeDasharray from [5 10 15] to [20 25 30 35 40] was [ 5 10 15] at 0
146 PASS: strokeDasharray 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
147 PASS: strokeDasharray 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
148 PASS: strokeDasharray 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
149 PASS: strokeDasharray 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
150 PASS: strokeDasharray from [5 10 15] to [20 25 30 35 40] was [20 25 30 35 40] at 1
151 PASS: strokeDasharray 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
152
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698