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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/svgangle-units-expected.txt

Issue 2782583002: Deduplicate testharness test names in LayoutTests/svg/ (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 60 duplicate test names: "newValueSpecifiedUnits(1, 10)", "newValueSpecifiedUnits(2, 10)", " newValueSpecifiedUnits(3, 10)", "newValueSpecifiedUnits(4, 10)", "newValueSpecif iedUnits(1, 0)", "newValueSpecifiedUnits(2, 0)", "newValueSpecifiedUnits(3, 0)", "newValueSpecifiedUnits(4, 0)", "newValueSpecifiedUnits(1, 360)", "newValueSpec ifiedUnits(2, 360)", "newValueSpecifiedUnits(3, 360)", "newValueSpecifiedUnits(4 , 360)", "newValueSpecifiedUnits(1, 500)", "newValueSpecifiedUnits(2, 500)", "ne wValueSpecifiedUnits(3, 500)", "newValueSpecifiedUnits(4, 500)", "newValueSpecif iedUnits(1, 90)", "newValueSpecifiedUnits(2, 90)", "newValueSpecifiedUnits(3, 90 )", "newValueSpecifiedUnits(4, 90)", "newValueSpecifiedUnits(1, 180)", "newValue SpecifiedUnits(2, 180)", "newValueSpecifiedUnits(3, 180)", "newValueSpecifiedUni ts(4, 180)", "newValueSpecifiedUnits(1, 45)", "newValueSpecifiedUnits(2, 45)", " newValueSpecifiedUnits(3, 45)", "newValueSpecifiedUnits(4, 45)", "newValueSpecif iedUnits(1, 25.9)", "newValueSpecifiedUnits(2, 25.9)", "newValueSpecifiedUnits(3 , 25.9)", "newValueSpecifiedUnits(4, 25.9)", "newValueSpecifiedUnits(1, 145)", " newValueSpecifiedUnits(2, 145)", "newValueSpecifiedUnits(3, 145)", "newValueSpec ifiedUnits(4, 145)", "newValueSpecifiedUnits(1, 270)", "newValueSpecifiedUnits(2 , 270)", "newValueSpecifiedUnits(3, 270)", "newValueSpecifiedUnits(4, 270)", "ne wValueSpecifiedUnits(1, 0.5)", "newValueSpecifiedUnits(2, 0.5)", "newValueSpecif iedUnits(3, 0.5)", "newValueSpecifiedUnits(4, 0.5)", "newValueSpecifiedUnits(1, 0.2)", "newValueSpecifiedUnits(2, 0.2)", "newValueSpecifiedUnits(3, 0.2)", "newV alueSpecifiedUnits(4, 0.2)", "newValueSpecifiedUnits(1, 1.37)", "newValueSpecifi edUnits(2, 1.37)", "newValueSpecifiedUnits(3, 1.37)", "newValueSpecifiedUnits(4, 1.37)", "newValueSpecifiedUnits(1, 3.14159)", "newValueSpecifiedUnits(2, 3.1415 9)", "newValueSpecifiedUnits(3, 3.14159)", "newValueSpecifiedUnits(4, 3.14159)", "newValueSpecifiedUnits(1, 0.523599)", "newValueSpecifiedUnits(2, 0.523599)", " newValueSpecifiedUnits(3, 0.523599)", "newValueSpecifiedUnits(4, 0.523599)"
3 PASS SVGAngle(47).unitType
4 PASS SVGAngle(47deg).unitType
5 PASS SVGAngle(47rad).unitType
6 PASS SVGAngle(47grad).unitType
7 PASS SVGAngle(47turn).unitType
8 PASS SVGAngle.SVG_ANGLETYPE_UNKNOWN
9 PASS SVGAngle.SVG_ANGLETYPE_UNSPECIFIED
10 PASS SVGAngle.SVG_ANGLETYPE_DEG
11 PASS SVGAngle.SVG_ANGLETYPE_RAD
12 PASS SVGAngle.SVG_ANGLETYPE_GRAD
13 PASS SVGAngle.SVG_ANGLETYPE_TURN
14 PASS SVGAngle(10).valueInSpecifiedUnits
15 PASS orient="10".valueAsString
16 PASS orient="10".value
17 PASS SVGAngle(10).convertToSpecifiedUnits(1 /*unspecified*/)
18 PASS newValueSpecifiedUnits(1, 10)
19 PASS SVGAngle(10).convertToSpecifiedUnits(2 /*deg*/)
20 PASS newValueSpecifiedUnits(1, 10)
21 PASS SVGAngle(10).convertToSpecifiedUnits(3 /*rad*/)
22 PASS newValueSpecifiedUnits(1, 10)
23 PASS SVGAngle(10).convertToSpecifiedUnits(4 /*grad*/)
24 PASS newValueSpecifiedUnits(1, 10)
25 PASS SVGAngle(10).convertToSpecifiedUnits(5 /*turn*/)
26 PASS newValueSpecifiedUnits(1, 10)
27 PASS SVGAngle(10deg).valueInSpecifiedUnits
28 PASS orient="10deg".valueAsString
29 PASS orient="10deg".value
30 PASS SVGAngle(10deg).convertToSpecifiedUnits(1 /*unspecified*/)
31 PASS newValueSpecifiedUnits(2, 10)
32 PASS SVGAngle(10deg).convertToSpecifiedUnits(2 /*deg*/)
33 PASS newValueSpecifiedUnits(2, 10)
34 PASS SVGAngle(10deg).convertToSpecifiedUnits(3 /*rad*/)
35 PASS newValueSpecifiedUnits(2, 10)
36 PASS SVGAngle(10deg).convertToSpecifiedUnits(4 /*grad*/)
37 PASS newValueSpecifiedUnits(2, 10)
38 PASS SVGAngle(10deg).convertToSpecifiedUnits(5 /*turn*/)
39 PASS newValueSpecifiedUnits(2, 10)
40 PASS SVGAngle(10rad).valueInSpecifiedUnits
41 PASS orient="10rad".valueAsString
42 PASS orient="10rad".value
43 PASS SVGAngle(10rad).convertToSpecifiedUnits(1 /*unspecified*/)
44 PASS newValueSpecifiedUnits(3, 10)
45 PASS SVGAngle(10rad).convertToSpecifiedUnits(2 /*deg*/)
46 PASS newValueSpecifiedUnits(3, 10)
47 PASS SVGAngle(10rad).convertToSpecifiedUnits(3 /*rad*/)
48 PASS newValueSpecifiedUnits(3, 10)
49 PASS SVGAngle(10rad).convertToSpecifiedUnits(4 /*grad*/)
50 PASS newValueSpecifiedUnits(3, 10)
51 PASS SVGAngle(10rad).convertToSpecifiedUnits(5 /*turn*/)
52 PASS newValueSpecifiedUnits(3, 10)
53 PASS SVGAngle(10grad).valueInSpecifiedUnits
54 PASS orient="10grad".valueAsString
55 PASS orient="10grad".value
56 PASS SVGAngle(10grad).convertToSpecifiedUnits(1 /*unspecified*/)
57 PASS newValueSpecifiedUnits(4, 10)
58 PASS SVGAngle(10grad).convertToSpecifiedUnits(2 /*deg*/)
59 PASS newValueSpecifiedUnits(4, 10)
60 PASS SVGAngle(10grad).convertToSpecifiedUnits(3 /*rad*/)
61 PASS newValueSpecifiedUnits(4, 10)
62 PASS SVGAngle(10grad).convertToSpecifiedUnits(4 /*grad*/)
63 PASS newValueSpecifiedUnits(4, 10)
64 PASS SVGAngle(10grad).convertToSpecifiedUnits(5 /*turn*/)
65 PASS newValueSpecifiedUnits(4, 10)
66 PASS SVGAngle(0).valueInSpecifiedUnits
67 PASS orient="0".valueAsString
68 PASS orient="0".value
69 PASS SVGAngle(0).convertToSpecifiedUnits(1 /*unspecified*/)
70 PASS newValueSpecifiedUnits(1, 0)
71 PASS SVGAngle(0).convertToSpecifiedUnits(2 /*deg*/)
72 PASS newValueSpecifiedUnits(1, 0)
73 PASS SVGAngle(0).convertToSpecifiedUnits(3 /*rad*/)
74 PASS newValueSpecifiedUnits(1, 0)
75 PASS SVGAngle(0).convertToSpecifiedUnits(4 /*grad*/)
76 PASS newValueSpecifiedUnits(1, 0)
77 PASS SVGAngle(0).convertToSpecifiedUnits(5 /*turn*/)
78 PASS newValueSpecifiedUnits(1, 0)
79 PASS SVGAngle(0deg).valueInSpecifiedUnits
80 PASS orient="0deg".valueAsString
81 PASS orient="0deg".value
82 PASS SVGAngle(0deg).convertToSpecifiedUnits(1 /*unspecified*/)
83 PASS newValueSpecifiedUnits(2, 0)
84 PASS SVGAngle(0deg).convertToSpecifiedUnits(2 /*deg*/)
85 PASS newValueSpecifiedUnits(2, 0)
86 PASS SVGAngle(0deg).convertToSpecifiedUnits(3 /*rad*/)
87 PASS newValueSpecifiedUnits(2, 0)
88 PASS SVGAngle(0deg).convertToSpecifiedUnits(4 /*grad*/)
89 PASS newValueSpecifiedUnits(2, 0)
90 PASS SVGAngle(0deg).convertToSpecifiedUnits(5 /*turn*/)
91 PASS newValueSpecifiedUnits(2, 0)
92 PASS SVGAngle(0rad).valueInSpecifiedUnits
93 PASS orient="0rad".valueAsString
94 PASS orient="0rad".value
95 PASS SVGAngle(0rad).convertToSpecifiedUnits(1 /*unspecified*/)
96 PASS newValueSpecifiedUnits(3, 0)
97 PASS SVGAngle(0rad).convertToSpecifiedUnits(2 /*deg*/)
98 PASS newValueSpecifiedUnits(3, 0)
99 PASS SVGAngle(0rad).convertToSpecifiedUnits(3 /*rad*/)
100 PASS newValueSpecifiedUnits(3, 0)
101 PASS SVGAngle(0rad).convertToSpecifiedUnits(4 /*grad*/)
102 PASS newValueSpecifiedUnits(3, 0)
103 PASS SVGAngle(0rad).convertToSpecifiedUnits(5 /*turn*/)
104 PASS newValueSpecifiedUnits(3, 0)
105 PASS SVGAngle(0grad).valueInSpecifiedUnits
106 PASS orient="0grad".valueAsString
107 PASS orient="0grad".value
108 PASS SVGAngle(0grad).convertToSpecifiedUnits(1 /*unspecified*/)
109 PASS newValueSpecifiedUnits(4, 0)
110 PASS SVGAngle(0grad).convertToSpecifiedUnits(2 /*deg*/)
111 PASS newValueSpecifiedUnits(4, 0)
112 PASS SVGAngle(0grad).convertToSpecifiedUnits(3 /*rad*/)
113 PASS newValueSpecifiedUnits(4, 0)
114 PASS SVGAngle(0grad).convertToSpecifiedUnits(4 /*grad*/)
115 PASS newValueSpecifiedUnits(4, 0)
116 PASS SVGAngle(0grad).convertToSpecifiedUnits(5 /*turn*/)
117 PASS newValueSpecifiedUnits(4, 0)
118 PASS SVGAngle(360).valueInSpecifiedUnits
119 PASS orient="360".valueAsString
120 PASS orient="360".value
121 PASS SVGAngle(360).convertToSpecifiedUnits(1 /*unspecified*/)
122 PASS newValueSpecifiedUnits(1, 360)
123 PASS SVGAngle(360).convertToSpecifiedUnits(2 /*deg*/)
124 PASS newValueSpecifiedUnits(1, 360)
125 PASS SVGAngle(360).convertToSpecifiedUnits(3 /*rad*/)
126 PASS newValueSpecifiedUnits(1, 360)
127 PASS SVGAngle(360).convertToSpecifiedUnits(4 /*grad*/)
128 PASS newValueSpecifiedUnits(1, 360)
129 PASS SVGAngle(360).convertToSpecifiedUnits(5 /*turn*/)
130 PASS newValueSpecifiedUnits(1, 360)
131 PASS SVGAngle(360deg).valueInSpecifiedUnits
132 PASS orient="360deg".valueAsString
133 PASS orient="360deg".value
134 PASS SVGAngle(360deg).convertToSpecifiedUnits(1 /*unspecified*/)
135 PASS newValueSpecifiedUnits(2, 360)
136 PASS SVGAngle(360deg).convertToSpecifiedUnits(2 /*deg*/)
137 PASS newValueSpecifiedUnits(2, 360)
138 PASS SVGAngle(360deg).convertToSpecifiedUnits(3 /*rad*/)
139 PASS newValueSpecifiedUnits(2, 360)
140 PASS SVGAngle(360deg).convertToSpecifiedUnits(4 /*grad*/)
141 PASS newValueSpecifiedUnits(2, 360)
142 PASS SVGAngle(360deg).convertToSpecifiedUnits(5 /*turn*/)
143 PASS newValueSpecifiedUnits(2, 360)
144 PASS SVGAngle(360rad).valueInSpecifiedUnits
145 PASS orient="360rad".valueAsString
146 PASS orient="360rad".value
147 PASS SVGAngle(360rad).convertToSpecifiedUnits(1 /*unspecified*/)
148 PASS newValueSpecifiedUnits(3, 360)
149 PASS SVGAngle(360rad).convertToSpecifiedUnits(2 /*deg*/)
150 PASS newValueSpecifiedUnits(3, 360)
151 PASS SVGAngle(360rad).convertToSpecifiedUnits(3 /*rad*/)
152 PASS newValueSpecifiedUnits(3, 360)
153 PASS SVGAngle(360rad).convertToSpecifiedUnits(4 /*grad*/)
154 PASS newValueSpecifiedUnits(3, 360)
155 PASS SVGAngle(360rad).convertToSpecifiedUnits(5 /*turn*/)
156 PASS newValueSpecifiedUnits(3, 360)
157 PASS SVGAngle(360grad).valueInSpecifiedUnits
158 PASS orient="360grad".valueAsString
159 PASS orient="360grad".value
160 PASS SVGAngle(360grad).convertToSpecifiedUnits(1 /*unspecified*/)
161 PASS newValueSpecifiedUnits(4, 360)
162 PASS SVGAngle(360grad).convertToSpecifiedUnits(2 /*deg*/)
163 PASS newValueSpecifiedUnits(4, 360)
164 PASS SVGAngle(360grad).convertToSpecifiedUnits(3 /*rad*/)
165 PASS newValueSpecifiedUnits(4, 360)
166 PASS SVGAngle(360grad).convertToSpecifiedUnits(4 /*grad*/)
167 PASS newValueSpecifiedUnits(4, 360)
168 PASS SVGAngle(360grad).convertToSpecifiedUnits(5 /*turn*/)
169 PASS newValueSpecifiedUnits(4, 360)
170 PASS SVGAngle(500).valueInSpecifiedUnits
171 PASS orient="500".valueAsString
172 PASS orient="500".value
173 PASS SVGAngle(500).convertToSpecifiedUnits(1 /*unspecified*/)
174 PASS newValueSpecifiedUnits(1, 500)
175 PASS SVGAngle(500).convertToSpecifiedUnits(2 /*deg*/)
176 PASS newValueSpecifiedUnits(1, 500)
177 PASS SVGAngle(500).convertToSpecifiedUnits(3 /*rad*/)
178 PASS newValueSpecifiedUnits(1, 500)
179 PASS SVGAngle(500).convertToSpecifiedUnits(4 /*grad*/)
180 PASS newValueSpecifiedUnits(1, 500)
181 PASS SVGAngle(500).convertToSpecifiedUnits(5 /*turn*/)
182 PASS newValueSpecifiedUnits(1, 500)
183 PASS SVGAngle(500deg).valueInSpecifiedUnits
184 PASS orient="500deg".valueAsString
185 PASS orient="500deg".value
186 PASS SVGAngle(500deg).convertToSpecifiedUnits(1 /*unspecified*/)
187 PASS newValueSpecifiedUnits(2, 500)
188 PASS SVGAngle(500deg).convertToSpecifiedUnits(2 /*deg*/)
189 PASS newValueSpecifiedUnits(2, 500)
190 PASS SVGAngle(500deg).convertToSpecifiedUnits(3 /*rad*/)
191 PASS newValueSpecifiedUnits(2, 500)
192 PASS SVGAngle(500deg).convertToSpecifiedUnits(4 /*grad*/)
193 PASS newValueSpecifiedUnits(2, 500)
194 PASS SVGAngle(500deg).convertToSpecifiedUnits(5 /*turn*/)
195 PASS newValueSpecifiedUnits(2, 500)
196 PASS SVGAngle(500rad).valueInSpecifiedUnits
197 PASS orient="500rad".valueAsString
198 PASS orient="500rad".value
199 PASS SVGAngle(500rad).convertToSpecifiedUnits(1 /*unspecified*/)
200 PASS newValueSpecifiedUnits(3, 500)
201 PASS SVGAngle(500rad).convertToSpecifiedUnits(2 /*deg*/)
202 PASS newValueSpecifiedUnits(3, 500)
203 PASS SVGAngle(500rad).convertToSpecifiedUnits(3 /*rad*/)
204 PASS newValueSpecifiedUnits(3, 500)
205 PASS SVGAngle(500rad).convertToSpecifiedUnits(4 /*grad*/)
206 PASS newValueSpecifiedUnits(3, 500)
207 PASS SVGAngle(500rad).convertToSpecifiedUnits(5 /*turn*/)
208 PASS newValueSpecifiedUnits(3, 500)
209 PASS SVGAngle(500grad).valueInSpecifiedUnits
210 PASS orient="500grad".valueAsString
211 PASS orient="500grad".value
212 PASS SVGAngle(500grad).convertToSpecifiedUnits(1 /*unspecified*/)
213 PASS newValueSpecifiedUnits(4, 500)
214 PASS SVGAngle(500grad).convertToSpecifiedUnits(2 /*deg*/)
215 PASS newValueSpecifiedUnits(4, 500)
216 PASS SVGAngle(500grad).convertToSpecifiedUnits(3 /*rad*/)
217 PASS newValueSpecifiedUnits(4, 500)
218 PASS SVGAngle(500grad).convertToSpecifiedUnits(4 /*grad*/)
219 PASS newValueSpecifiedUnits(4, 500)
220 PASS SVGAngle(500grad).convertToSpecifiedUnits(5 /*turn*/)
221 PASS newValueSpecifiedUnits(4, 500)
222 PASS SVGAngle(90).valueInSpecifiedUnits
223 PASS orient="90".valueAsString
224 PASS orient="90".value
225 PASS SVGAngle(90).convertToSpecifiedUnits(1 /*unspecified*/)
226 PASS newValueSpecifiedUnits(1, 90)
227 PASS SVGAngle(90).convertToSpecifiedUnits(2 /*deg*/)
228 PASS newValueSpecifiedUnits(1, 90)
229 PASS SVGAngle(90).convertToSpecifiedUnits(3 /*rad*/)
230 PASS newValueSpecifiedUnits(1, 90)
231 PASS SVGAngle(90).convertToSpecifiedUnits(4 /*grad*/)
232 PASS newValueSpecifiedUnits(1, 90)
233 PASS SVGAngle(90).convertToSpecifiedUnits(5 /*turn*/)
234 PASS newValueSpecifiedUnits(1, 90)
235 PASS SVGAngle(90deg).valueInSpecifiedUnits
236 PASS orient="90deg".valueAsString
237 PASS orient="90deg".value
238 PASS SVGAngle(90deg).convertToSpecifiedUnits(1 /*unspecified*/)
239 PASS newValueSpecifiedUnits(2, 90)
240 PASS SVGAngle(90deg).convertToSpecifiedUnits(2 /*deg*/)
241 PASS newValueSpecifiedUnits(2, 90)
242 PASS SVGAngle(90deg).convertToSpecifiedUnits(3 /*rad*/)
243 PASS newValueSpecifiedUnits(2, 90)
244 PASS SVGAngle(90deg).convertToSpecifiedUnits(4 /*grad*/)
245 PASS newValueSpecifiedUnits(2, 90)
246 PASS SVGAngle(90deg).convertToSpecifiedUnits(5 /*turn*/)
247 PASS newValueSpecifiedUnits(2, 90)
248 PASS SVGAngle(90rad).valueInSpecifiedUnits
249 PASS orient="90rad".valueAsString
250 PASS orient="90rad".value
251 PASS SVGAngle(90rad).convertToSpecifiedUnits(1 /*unspecified*/)
252 PASS newValueSpecifiedUnits(3, 90)
253 PASS SVGAngle(90rad).convertToSpecifiedUnits(2 /*deg*/)
254 PASS newValueSpecifiedUnits(3, 90)
255 PASS SVGAngle(90rad).convertToSpecifiedUnits(3 /*rad*/)
256 PASS newValueSpecifiedUnits(3, 90)
257 PASS SVGAngle(90rad).convertToSpecifiedUnits(4 /*grad*/)
258 PASS newValueSpecifiedUnits(3, 90)
259 PASS SVGAngle(90rad).convertToSpecifiedUnits(5 /*turn*/)
260 PASS newValueSpecifiedUnits(3, 90)
261 PASS SVGAngle(90grad).valueInSpecifiedUnits
262 PASS orient="90grad".valueAsString
263 PASS orient="90grad".value
264 PASS SVGAngle(90grad).convertToSpecifiedUnits(1 /*unspecified*/)
265 PASS newValueSpecifiedUnits(4, 90)
266 PASS SVGAngle(90grad).convertToSpecifiedUnits(2 /*deg*/)
267 PASS newValueSpecifiedUnits(4, 90)
268 PASS SVGAngle(90grad).convertToSpecifiedUnits(3 /*rad*/)
269 PASS newValueSpecifiedUnits(4, 90)
270 PASS SVGAngle(90grad).convertToSpecifiedUnits(4 /*grad*/)
271 PASS newValueSpecifiedUnits(4, 90)
272 PASS SVGAngle(90grad).convertToSpecifiedUnits(5 /*turn*/)
273 PASS newValueSpecifiedUnits(4, 90)
274 PASS SVGAngle(180).valueInSpecifiedUnits
275 PASS orient="180".valueAsString
276 PASS orient="180".value
277 PASS SVGAngle(180).convertToSpecifiedUnits(1 /*unspecified*/)
278 PASS newValueSpecifiedUnits(1, 180)
279 PASS SVGAngle(180).convertToSpecifiedUnits(2 /*deg*/)
280 PASS newValueSpecifiedUnits(1, 180)
281 PASS SVGAngle(180).convertToSpecifiedUnits(3 /*rad*/)
282 PASS newValueSpecifiedUnits(1, 180)
283 PASS SVGAngle(180).convertToSpecifiedUnits(4 /*grad*/)
284 PASS newValueSpecifiedUnits(1, 180)
285 PASS SVGAngle(180).convertToSpecifiedUnits(5 /*turn*/)
286 PASS newValueSpecifiedUnits(1, 180)
287 PASS SVGAngle(180deg).valueInSpecifiedUnits
288 PASS orient="180deg".valueAsString
289 PASS orient="180deg".value
290 PASS SVGAngle(180deg).convertToSpecifiedUnits(1 /*unspecified*/)
291 PASS newValueSpecifiedUnits(2, 180)
292 PASS SVGAngle(180deg).convertToSpecifiedUnits(2 /*deg*/)
293 PASS newValueSpecifiedUnits(2, 180)
294 PASS SVGAngle(180deg).convertToSpecifiedUnits(3 /*rad*/)
295 PASS newValueSpecifiedUnits(2, 180)
296 PASS SVGAngle(180deg).convertToSpecifiedUnits(4 /*grad*/)
297 PASS newValueSpecifiedUnits(2, 180)
298 PASS SVGAngle(180deg).convertToSpecifiedUnits(5 /*turn*/)
299 PASS newValueSpecifiedUnits(2, 180)
300 PASS SVGAngle(180rad).valueInSpecifiedUnits
301 PASS orient="180rad".valueAsString
302 PASS orient="180rad".value
303 PASS SVGAngle(180rad).convertToSpecifiedUnits(1 /*unspecified*/)
304 PASS newValueSpecifiedUnits(3, 180)
305 PASS SVGAngle(180rad).convertToSpecifiedUnits(2 /*deg*/)
306 PASS newValueSpecifiedUnits(3, 180)
307 PASS SVGAngle(180rad).convertToSpecifiedUnits(3 /*rad*/)
308 PASS newValueSpecifiedUnits(3, 180)
309 PASS SVGAngle(180rad).convertToSpecifiedUnits(4 /*grad*/)
310 PASS newValueSpecifiedUnits(3, 180)
311 PASS SVGAngle(180rad).convertToSpecifiedUnits(5 /*turn*/)
312 PASS newValueSpecifiedUnits(3, 180)
313 PASS SVGAngle(180grad).valueInSpecifiedUnits
314 PASS orient="180grad".valueAsString
315 PASS orient="180grad".value
316 PASS SVGAngle(180grad).convertToSpecifiedUnits(1 /*unspecified*/)
317 PASS newValueSpecifiedUnits(4, 180)
318 PASS SVGAngle(180grad).convertToSpecifiedUnits(2 /*deg*/)
319 PASS newValueSpecifiedUnits(4, 180)
320 PASS SVGAngle(180grad).convertToSpecifiedUnits(3 /*rad*/)
321 PASS newValueSpecifiedUnits(4, 180)
322 PASS SVGAngle(180grad).convertToSpecifiedUnits(4 /*grad*/)
323 PASS newValueSpecifiedUnits(4, 180)
324 PASS SVGAngle(180grad).convertToSpecifiedUnits(5 /*turn*/)
325 PASS newValueSpecifiedUnits(4, 180)
326 PASS SVGAngle(45).valueInSpecifiedUnits
327 PASS orient="45".valueAsString
328 PASS orient="45".value
329 PASS SVGAngle(45).convertToSpecifiedUnits(1 /*unspecified*/)
330 PASS newValueSpecifiedUnits(1, 45)
331 PASS SVGAngle(45).convertToSpecifiedUnits(2 /*deg*/)
332 PASS newValueSpecifiedUnits(1, 45)
333 PASS SVGAngle(45).convertToSpecifiedUnits(3 /*rad*/)
334 PASS newValueSpecifiedUnits(1, 45)
335 PASS SVGAngle(45).convertToSpecifiedUnits(4 /*grad*/)
336 PASS newValueSpecifiedUnits(1, 45)
337 PASS SVGAngle(45).convertToSpecifiedUnits(5 /*turn*/)
338 PASS newValueSpecifiedUnits(1, 45)
339 PASS SVGAngle(45deg).valueInSpecifiedUnits
340 PASS orient="45deg".valueAsString
341 PASS orient="45deg".value
342 PASS SVGAngle(45deg).convertToSpecifiedUnits(1 /*unspecified*/)
343 PASS newValueSpecifiedUnits(2, 45)
344 PASS SVGAngle(45deg).convertToSpecifiedUnits(2 /*deg*/)
345 PASS newValueSpecifiedUnits(2, 45)
346 PASS SVGAngle(45deg).convertToSpecifiedUnits(3 /*rad*/)
347 PASS newValueSpecifiedUnits(2, 45)
348 PASS SVGAngle(45deg).convertToSpecifiedUnits(4 /*grad*/)
349 PASS newValueSpecifiedUnits(2, 45)
350 PASS SVGAngle(45deg).convertToSpecifiedUnits(5 /*turn*/)
351 PASS newValueSpecifiedUnits(2, 45)
352 PASS SVGAngle(45rad).valueInSpecifiedUnits
353 PASS orient="45rad".valueAsString
354 PASS orient="45rad".value
355 PASS SVGAngle(45rad).convertToSpecifiedUnits(1 /*unspecified*/)
356 PASS newValueSpecifiedUnits(3, 45)
357 PASS SVGAngle(45rad).convertToSpecifiedUnits(2 /*deg*/)
358 PASS newValueSpecifiedUnits(3, 45)
359 PASS SVGAngle(45rad).convertToSpecifiedUnits(3 /*rad*/)
360 PASS newValueSpecifiedUnits(3, 45)
361 PASS SVGAngle(45rad).convertToSpecifiedUnits(4 /*grad*/)
362 PASS newValueSpecifiedUnits(3, 45)
363 PASS SVGAngle(45rad).convertToSpecifiedUnits(5 /*turn*/)
364 PASS newValueSpecifiedUnits(3, 45)
365 PASS SVGAngle(45grad).valueInSpecifiedUnits
366 PASS orient="45grad".valueAsString
367 PASS orient="45grad".value
368 PASS SVGAngle(45grad).convertToSpecifiedUnits(1 /*unspecified*/)
369 PASS newValueSpecifiedUnits(4, 45)
370 PASS SVGAngle(45grad).convertToSpecifiedUnits(2 /*deg*/)
371 PASS newValueSpecifiedUnits(4, 45)
372 PASS SVGAngle(45grad).convertToSpecifiedUnits(3 /*rad*/)
373 PASS newValueSpecifiedUnits(4, 45)
374 PASS SVGAngle(45grad).convertToSpecifiedUnits(4 /*grad*/)
375 PASS newValueSpecifiedUnits(4, 45)
376 PASS SVGAngle(45grad).convertToSpecifiedUnits(5 /*turn*/)
377 PASS newValueSpecifiedUnits(4, 45)
378 PASS SVGAngle(25.9).valueInSpecifiedUnits
379 PASS orient="25.9".valueAsString
380 PASS orient="25.9".value
381 PASS SVGAngle(25.9).convertToSpecifiedUnits(1 /*unspecified*/)
382 PASS newValueSpecifiedUnits(1, 25.9)
383 PASS SVGAngle(25.9).convertToSpecifiedUnits(2 /*deg*/)
384 PASS newValueSpecifiedUnits(1, 25.9)
385 PASS SVGAngle(25.9).convertToSpecifiedUnits(3 /*rad*/)
386 PASS newValueSpecifiedUnits(1, 25.9)
387 PASS SVGAngle(25.9).convertToSpecifiedUnits(4 /*grad*/)
388 PASS newValueSpecifiedUnits(1, 25.9)
389 PASS SVGAngle(25.9).convertToSpecifiedUnits(5 /*turn*/)
390 PASS newValueSpecifiedUnits(1, 25.9)
391 PASS SVGAngle(25.9deg).valueInSpecifiedUnits
392 PASS orient="25.9deg".valueAsString
393 PASS orient="25.9deg".value
394 PASS SVGAngle(25.9deg).convertToSpecifiedUnits(1 /*unspecified*/)
395 PASS newValueSpecifiedUnits(2, 25.9)
396 PASS SVGAngle(25.9deg).convertToSpecifiedUnits(2 /*deg*/)
397 PASS newValueSpecifiedUnits(2, 25.9)
398 PASS SVGAngle(25.9deg).convertToSpecifiedUnits(3 /*rad*/)
399 PASS newValueSpecifiedUnits(2, 25.9)
400 PASS SVGAngle(25.9deg).convertToSpecifiedUnits(4 /*grad*/)
401 PASS newValueSpecifiedUnits(2, 25.9)
402 PASS SVGAngle(25.9deg).convertToSpecifiedUnits(5 /*turn*/)
403 PASS newValueSpecifiedUnits(2, 25.9)
404 PASS SVGAngle(25.9rad).valueInSpecifiedUnits
405 PASS orient="25.9rad".valueAsString
406 PASS orient="25.9rad".value
407 PASS SVGAngle(25.9rad).convertToSpecifiedUnits(1 /*unspecified*/)
408 PASS newValueSpecifiedUnits(3, 25.9)
409 PASS SVGAngle(25.9rad).convertToSpecifiedUnits(2 /*deg*/)
410 PASS newValueSpecifiedUnits(3, 25.9)
411 PASS SVGAngle(25.9rad).convertToSpecifiedUnits(3 /*rad*/)
412 PASS newValueSpecifiedUnits(3, 25.9)
413 PASS SVGAngle(25.9rad).convertToSpecifiedUnits(4 /*grad*/)
414 PASS newValueSpecifiedUnits(3, 25.9)
415 PASS SVGAngle(25.9rad).convertToSpecifiedUnits(5 /*turn*/)
416 PASS newValueSpecifiedUnits(3, 25.9)
417 PASS SVGAngle(25.9grad).valueInSpecifiedUnits
418 PASS orient="25.9grad".valueAsString
419 PASS orient="25.9grad".value
420 PASS SVGAngle(25.9grad).convertToSpecifiedUnits(1 /*unspecified*/)
421 PASS newValueSpecifiedUnits(4, 25.9)
422 PASS SVGAngle(25.9grad).convertToSpecifiedUnits(2 /*deg*/)
423 PASS newValueSpecifiedUnits(4, 25.9)
424 PASS SVGAngle(25.9grad).convertToSpecifiedUnits(3 /*rad*/)
425 PASS newValueSpecifiedUnits(4, 25.9)
426 PASS SVGAngle(25.9grad).convertToSpecifiedUnits(4 /*grad*/)
427 PASS newValueSpecifiedUnits(4, 25.9)
428 PASS SVGAngle(25.9grad).convertToSpecifiedUnits(5 /*turn*/)
429 PASS newValueSpecifiedUnits(4, 25.9)
430 PASS SVGAngle(145).valueInSpecifiedUnits
431 PASS orient="145".valueAsString
432 PASS orient="145".value
433 PASS SVGAngle(145).convertToSpecifiedUnits(1 /*unspecified*/)
434 PASS newValueSpecifiedUnits(1, 145)
435 PASS SVGAngle(145).convertToSpecifiedUnits(2 /*deg*/)
436 PASS newValueSpecifiedUnits(1, 145)
437 PASS SVGAngle(145).convertToSpecifiedUnits(3 /*rad*/)
438 PASS newValueSpecifiedUnits(1, 145)
439 PASS SVGAngle(145).convertToSpecifiedUnits(4 /*grad*/)
440 PASS newValueSpecifiedUnits(1, 145)
441 PASS SVGAngle(145).convertToSpecifiedUnits(5 /*turn*/)
442 PASS newValueSpecifiedUnits(1, 145)
443 PASS SVGAngle(145deg).valueInSpecifiedUnits
444 PASS orient="145deg".valueAsString
445 PASS orient="145deg".value
446 PASS SVGAngle(145deg).convertToSpecifiedUnits(1 /*unspecified*/)
447 PASS newValueSpecifiedUnits(2, 145)
448 PASS SVGAngle(145deg).convertToSpecifiedUnits(2 /*deg*/)
449 PASS newValueSpecifiedUnits(2, 145)
450 PASS SVGAngle(145deg).convertToSpecifiedUnits(3 /*rad*/)
451 PASS newValueSpecifiedUnits(2, 145)
452 PASS SVGAngle(145deg).convertToSpecifiedUnits(4 /*grad*/)
453 PASS newValueSpecifiedUnits(2, 145)
454 PASS SVGAngle(145deg).convertToSpecifiedUnits(5 /*turn*/)
455 PASS newValueSpecifiedUnits(2, 145)
456 PASS SVGAngle(145rad).valueInSpecifiedUnits
457 PASS orient="145rad".valueAsString
458 PASS orient="145rad".value
459 PASS SVGAngle(145rad).convertToSpecifiedUnits(1 /*unspecified*/)
460 PASS newValueSpecifiedUnits(3, 145)
461 PASS SVGAngle(145rad).convertToSpecifiedUnits(2 /*deg*/)
462 PASS newValueSpecifiedUnits(3, 145)
463 PASS SVGAngle(145rad).convertToSpecifiedUnits(3 /*rad*/)
464 PASS newValueSpecifiedUnits(3, 145)
465 PASS SVGAngle(145rad).convertToSpecifiedUnits(4 /*grad*/)
466 PASS newValueSpecifiedUnits(3, 145)
467 PASS SVGAngle(145rad).convertToSpecifiedUnits(5 /*turn*/)
468 PASS newValueSpecifiedUnits(3, 145)
469 PASS SVGAngle(145grad).valueInSpecifiedUnits
470 PASS orient="145grad".valueAsString
471 PASS orient="145grad".value
472 PASS SVGAngle(145grad).convertToSpecifiedUnits(1 /*unspecified*/)
473 PASS newValueSpecifiedUnits(4, 145)
474 PASS SVGAngle(145grad).convertToSpecifiedUnits(2 /*deg*/)
475 PASS newValueSpecifiedUnits(4, 145)
476 PASS SVGAngle(145grad).convertToSpecifiedUnits(3 /*rad*/)
477 PASS newValueSpecifiedUnits(4, 145)
478 PASS SVGAngle(145grad).convertToSpecifiedUnits(4 /*grad*/)
479 PASS newValueSpecifiedUnits(4, 145)
480 PASS SVGAngle(145grad).convertToSpecifiedUnits(5 /*turn*/)
481 PASS newValueSpecifiedUnits(4, 145)
482 PASS SVGAngle(270).valueInSpecifiedUnits
483 PASS orient="270".valueAsString
484 PASS orient="270".value
485 PASS SVGAngle(270).convertToSpecifiedUnits(1 /*unspecified*/)
486 PASS newValueSpecifiedUnits(1, 270)
487 PASS SVGAngle(270).convertToSpecifiedUnits(2 /*deg*/)
488 PASS newValueSpecifiedUnits(1, 270)
489 PASS SVGAngle(270).convertToSpecifiedUnits(3 /*rad*/)
490 PASS newValueSpecifiedUnits(1, 270)
491 PASS SVGAngle(270).convertToSpecifiedUnits(4 /*grad*/)
492 PASS newValueSpecifiedUnits(1, 270)
493 PASS SVGAngle(270).convertToSpecifiedUnits(5 /*turn*/)
494 PASS newValueSpecifiedUnits(1, 270)
495 PASS SVGAngle(270deg).valueInSpecifiedUnits
496 PASS orient="270deg".valueAsString
497 PASS orient="270deg".value
498 PASS SVGAngle(270deg).convertToSpecifiedUnits(1 /*unspecified*/)
499 PASS newValueSpecifiedUnits(2, 270)
500 PASS SVGAngle(270deg).convertToSpecifiedUnits(2 /*deg*/)
501 PASS newValueSpecifiedUnits(2, 270)
502 PASS SVGAngle(270deg).convertToSpecifiedUnits(3 /*rad*/)
503 PASS newValueSpecifiedUnits(2, 270)
504 PASS SVGAngle(270deg).convertToSpecifiedUnits(4 /*grad*/)
505 PASS newValueSpecifiedUnits(2, 270)
506 PASS SVGAngle(270deg).convertToSpecifiedUnits(5 /*turn*/)
507 PASS newValueSpecifiedUnits(2, 270)
508 PASS SVGAngle(270rad).valueInSpecifiedUnits
509 PASS orient="270rad".valueAsString
510 PASS orient="270rad".value
511 PASS SVGAngle(270rad).convertToSpecifiedUnits(1 /*unspecified*/)
512 PASS newValueSpecifiedUnits(3, 270)
513 PASS SVGAngle(270rad).convertToSpecifiedUnits(2 /*deg*/)
514 PASS newValueSpecifiedUnits(3, 270)
515 PASS SVGAngle(270rad).convertToSpecifiedUnits(3 /*rad*/)
516 PASS newValueSpecifiedUnits(3, 270)
517 PASS SVGAngle(270rad).convertToSpecifiedUnits(4 /*grad*/)
518 PASS newValueSpecifiedUnits(3, 270)
519 PASS SVGAngle(270rad).convertToSpecifiedUnits(5 /*turn*/)
520 PASS newValueSpecifiedUnits(3, 270)
521 PASS SVGAngle(270grad).valueInSpecifiedUnits
522 PASS orient="270grad".valueAsString
523 PASS orient="270grad".value
524 PASS SVGAngle(270grad).convertToSpecifiedUnits(1 /*unspecified*/)
525 PASS newValueSpecifiedUnits(4, 270)
526 PASS SVGAngle(270grad).convertToSpecifiedUnits(2 /*deg*/)
527 PASS newValueSpecifiedUnits(4, 270)
528 PASS SVGAngle(270grad).convertToSpecifiedUnits(3 /*rad*/)
529 PASS newValueSpecifiedUnits(4, 270)
530 PASS SVGAngle(270grad).convertToSpecifiedUnits(4 /*grad*/)
531 PASS newValueSpecifiedUnits(4, 270)
532 PASS SVGAngle(270grad).convertToSpecifiedUnits(5 /*turn*/)
533 PASS newValueSpecifiedUnits(4, 270)
534 PASS SVGAngle(0.5).valueInSpecifiedUnits
535 PASS orient="0.5".valueAsString
536 PASS orient="0.5".value
537 PASS SVGAngle(0.5).convertToSpecifiedUnits(1 /*unspecified*/)
538 PASS newValueSpecifiedUnits(1, 0.5)
539 PASS SVGAngle(0.5).convertToSpecifiedUnits(2 /*deg*/)
540 PASS newValueSpecifiedUnits(1, 0.5)
541 PASS SVGAngle(0.5).convertToSpecifiedUnits(3 /*rad*/)
542 PASS newValueSpecifiedUnits(1, 0.5)
543 PASS SVGAngle(0.5).convertToSpecifiedUnits(4 /*grad*/)
544 PASS newValueSpecifiedUnits(1, 0.5)
545 PASS SVGAngle(0.5).convertToSpecifiedUnits(5 /*turn*/)
546 PASS newValueSpecifiedUnits(1, 0.5)
547 PASS SVGAngle(0.5deg).valueInSpecifiedUnits
548 PASS orient="0.5deg".valueAsString
549 PASS orient="0.5deg".value
550 PASS SVGAngle(0.5deg).convertToSpecifiedUnits(1 /*unspecified*/)
551 PASS newValueSpecifiedUnits(2, 0.5)
552 PASS SVGAngle(0.5deg).convertToSpecifiedUnits(2 /*deg*/)
553 PASS newValueSpecifiedUnits(2, 0.5)
554 PASS SVGAngle(0.5deg).convertToSpecifiedUnits(3 /*rad*/)
555 PASS newValueSpecifiedUnits(2, 0.5)
556 PASS SVGAngle(0.5deg).convertToSpecifiedUnits(4 /*grad*/)
557 PASS newValueSpecifiedUnits(2, 0.5)
558 PASS SVGAngle(0.5deg).convertToSpecifiedUnits(5 /*turn*/)
559 PASS newValueSpecifiedUnits(2, 0.5)
560 PASS SVGAngle(0.5rad).valueInSpecifiedUnits
561 PASS orient="0.5rad".valueAsString
562 PASS orient="0.5rad".value
563 PASS SVGAngle(0.5rad).convertToSpecifiedUnits(1 /*unspecified*/)
564 PASS newValueSpecifiedUnits(3, 0.5)
565 PASS SVGAngle(0.5rad).convertToSpecifiedUnits(2 /*deg*/)
566 PASS newValueSpecifiedUnits(3, 0.5)
567 PASS SVGAngle(0.5rad).convertToSpecifiedUnits(3 /*rad*/)
568 PASS newValueSpecifiedUnits(3, 0.5)
569 PASS SVGAngle(0.5rad).convertToSpecifiedUnits(4 /*grad*/)
570 PASS newValueSpecifiedUnits(3, 0.5)
571 PASS SVGAngle(0.5rad).convertToSpecifiedUnits(5 /*turn*/)
572 PASS newValueSpecifiedUnits(3, 0.5)
573 PASS SVGAngle(0.5grad).valueInSpecifiedUnits
574 PASS orient="0.5grad".valueAsString
575 PASS orient="0.5grad".value
576 PASS SVGAngle(0.5grad).convertToSpecifiedUnits(1 /*unspecified*/)
577 PASS newValueSpecifiedUnits(4, 0.5)
578 PASS SVGAngle(0.5grad).convertToSpecifiedUnits(2 /*deg*/)
579 PASS newValueSpecifiedUnits(4, 0.5)
580 PASS SVGAngle(0.5grad).convertToSpecifiedUnits(3 /*rad*/)
581 PASS newValueSpecifiedUnits(4, 0.5)
582 PASS SVGAngle(0.5grad).convertToSpecifiedUnits(4 /*grad*/)
583 PASS newValueSpecifiedUnits(4, 0.5)
584 PASS SVGAngle(0.5grad).convertToSpecifiedUnits(5 /*turn*/)
585 PASS newValueSpecifiedUnits(4, 0.5)
586 PASS SVGAngle(0.2).valueInSpecifiedUnits
587 PASS orient="0.2".valueAsString
588 PASS orient="0.2".value
589 PASS SVGAngle(0.2).convertToSpecifiedUnits(1 /*unspecified*/)
590 PASS newValueSpecifiedUnits(1, 0.2)
591 PASS SVGAngle(0.2).convertToSpecifiedUnits(2 /*deg*/)
592 PASS newValueSpecifiedUnits(1, 0.2)
593 PASS SVGAngle(0.2).convertToSpecifiedUnits(3 /*rad*/)
594 PASS newValueSpecifiedUnits(1, 0.2)
595 PASS SVGAngle(0.2).convertToSpecifiedUnits(4 /*grad*/)
596 PASS newValueSpecifiedUnits(1, 0.2)
597 PASS SVGAngle(0.2).convertToSpecifiedUnits(5 /*turn*/)
598 PASS newValueSpecifiedUnits(1, 0.2)
599 PASS SVGAngle(0.2deg).valueInSpecifiedUnits
600 PASS orient="0.2deg".valueAsString
601 PASS orient="0.2deg".value
602 PASS SVGAngle(0.2deg).convertToSpecifiedUnits(1 /*unspecified*/)
603 PASS newValueSpecifiedUnits(2, 0.2)
604 PASS SVGAngle(0.2deg).convertToSpecifiedUnits(2 /*deg*/)
605 PASS newValueSpecifiedUnits(2, 0.2)
606 PASS SVGAngle(0.2deg).convertToSpecifiedUnits(3 /*rad*/)
607 PASS newValueSpecifiedUnits(2, 0.2)
608 PASS SVGAngle(0.2deg).convertToSpecifiedUnits(4 /*grad*/)
609 PASS newValueSpecifiedUnits(2, 0.2)
610 PASS SVGAngle(0.2deg).convertToSpecifiedUnits(5 /*turn*/)
611 PASS newValueSpecifiedUnits(2, 0.2)
612 PASS SVGAngle(0.2rad).valueInSpecifiedUnits
613 PASS orient="0.2rad".valueAsString
614 PASS orient="0.2rad".value
615 PASS SVGAngle(0.2rad).convertToSpecifiedUnits(1 /*unspecified*/)
616 PASS newValueSpecifiedUnits(3, 0.2)
617 PASS SVGAngle(0.2rad).convertToSpecifiedUnits(2 /*deg*/)
618 PASS newValueSpecifiedUnits(3, 0.2)
619 PASS SVGAngle(0.2rad).convertToSpecifiedUnits(3 /*rad*/)
620 PASS newValueSpecifiedUnits(3, 0.2)
621 PASS SVGAngle(0.2rad).convertToSpecifiedUnits(4 /*grad*/)
622 PASS newValueSpecifiedUnits(3, 0.2)
623 PASS SVGAngle(0.2rad).convertToSpecifiedUnits(5 /*turn*/)
624 PASS newValueSpecifiedUnits(3, 0.2)
625 PASS SVGAngle(0.2grad).valueInSpecifiedUnits
626 PASS orient="0.2grad".valueAsString
627 PASS orient="0.2grad".value
628 PASS SVGAngle(0.2grad).convertToSpecifiedUnits(1 /*unspecified*/)
629 PASS newValueSpecifiedUnits(4, 0.2)
630 PASS SVGAngle(0.2grad).convertToSpecifiedUnits(2 /*deg*/)
631 PASS newValueSpecifiedUnits(4, 0.2)
632 PASS SVGAngle(0.2grad).convertToSpecifiedUnits(3 /*rad*/)
633 PASS newValueSpecifiedUnits(4, 0.2)
634 PASS SVGAngle(0.2grad).convertToSpecifiedUnits(4 /*grad*/)
635 PASS newValueSpecifiedUnits(4, 0.2)
636 PASS SVGAngle(0.2grad).convertToSpecifiedUnits(5 /*turn*/)
637 PASS newValueSpecifiedUnits(4, 0.2)
638 PASS SVGAngle(1.37).valueInSpecifiedUnits
639 PASS orient="1.37".valueAsString
640 PASS orient="1.37".value
641 PASS SVGAngle(1.37).convertToSpecifiedUnits(1 /*unspecified*/)
642 PASS newValueSpecifiedUnits(1, 1.37)
643 PASS SVGAngle(1.37).convertToSpecifiedUnits(2 /*deg*/)
644 PASS newValueSpecifiedUnits(1, 1.37)
645 PASS SVGAngle(1.37).convertToSpecifiedUnits(3 /*rad*/)
646 PASS newValueSpecifiedUnits(1, 1.37)
647 PASS SVGAngle(1.37).convertToSpecifiedUnits(4 /*grad*/)
648 PASS newValueSpecifiedUnits(1, 1.37)
649 PASS SVGAngle(1.37).convertToSpecifiedUnits(5 /*turn*/)
650 PASS newValueSpecifiedUnits(1, 1.37)
651 PASS SVGAngle(1.37deg).valueInSpecifiedUnits
652 PASS orient="1.37deg".valueAsString
653 PASS orient="1.37deg".value
654 PASS SVGAngle(1.37deg).convertToSpecifiedUnits(1 /*unspecified*/)
655 PASS newValueSpecifiedUnits(2, 1.37)
656 PASS SVGAngle(1.37deg).convertToSpecifiedUnits(2 /*deg*/)
657 PASS newValueSpecifiedUnits(2, 1.37)
658 PASS SVGAngle(1.37deg).convertToSpecifiedUnits(3 /*rad*/)
659 PASS newValueSpecifiedUnits(2, 1.37)
660 PASS SVGAngle(1.37deg).convertToSpecifiedUnits(4 /*grad*/)
661 PASS newValueSpecifiedUnits(2, 1.37)
662 PASS SVGAngle(1.37deg).convertToSpecifiedUnits(5 /*turn*/)
663 PASS newValueSpecifiedUnits(2, 1.37)
664 PASS SVGAngle(1.37rad).valueInSpecifiedUnits
665 PASS orient="1.37rad".valueAsString
666 PASS orient="1.37rad".value
667 PASS SVGAngle(1.37rad).convertToSpecifiedUnits(1 /*unspecified*/)
668 PASS newValueSpecifiedUnits(3, 1.37)
669 PASS SVGAngle(1.37rad).convertToSpecifiedUnits(2 /*deg*/)
670 PASS newValueSpecifiedUnits(3, 1.37)
671 PASS SVGAngle(1.37rad).convertToSpecifiedUnits(3 /*rad*/)
672 PASS newValueSpecifiedUnits(3, 1.37)
673 PASS SVGAngle(1.37rad).convertToSpecifiedUnits(4 /*grad*/)
674 PASS newValueSpecifiedUnits(3, 1.37)
675 PASS SVGAngle(1.37rad).convertToSpecifiedUnits(5 /*turn*/)
676 PASS newValueSpecifiedUnits(3, 1.37)
677 PASS SVGAngle(1.37grad).valueInSpecifiedUnits
678 PASS orient="1.37grad".valueAsString
679 PASS orient="1.37grad".value
680 PASS SVGAngle(1.37grad).convertToSpecifiedUnits(1 /*unspecified*/)
681 PASS newValueSpecifiedUnits(4, 1.37)
682 PASS SVGAngle(1.37grad).convertToSpecifiedUnits(2 /*deg*/)
683 PASS newValueSpecifiedUnits(4, 1.37)
684 PASS SVGAngle(1.37grad).convertToSpecifiedUnits(3 /*rad*/)
685 PASS newValueSpecifiedUnits(4, 1.37)
686 PASS SVGAngle(1.37grad).convertToSpecifiedUnits(4 /*grad*/)
687 PASS newValueSpecifiedUnits(4, 1.37)
688 PASS SVGAngle(1.37grad).convertToSpecifiedUnits(5 /*turn*/)
689 PASS newValueSpecifiedUnits(4, 1.37)
690 PASS SVGAngle(3.14159).valueInSpecifiedUnits
691 PASS orient="3.14159".valueAsString
692 PASS orient="3.14159".value
693 PASS SVGAngle(3.14159).convertToSpecifiedUnits(1 /*unspecified*/)
694 PASS newValueSpecifiedUnits(1, 3.14159)
695 PASS SVGAngle(3.14159).convertToSpecifiedUnits(2 /*deg*/)
696 PASS newValueSpecifiedUnits(1, 3.14159)
697 PASS SVGAngle(3.14159).convertToSpecifiedUnits(3 /*rad*/)
698 PASS newValueSpecifiedUnits(1, 3.14159)
699 PASS SVGAngle(3.14159).convertToSpecifiedUnits(4 /*grad*/)
700 PASS newValueSpecifiedUnits(1, 3.14159)
701 PASS SVGAngle(3.14159).convertToSpecifiedUnits(5 /*turn*/)
702 PASS newValueSpecifiedUnits(1, 3.14159)
703 PASS SVGAngle(3.14159deg).valueInSpecifiedUnits
704 PASS orient="3.14159deg".valueAsString
705 PASS orient="3.14159deg".value
706 PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(1 /*unspecified*/)
707 PASS newValueSpecifiedUnits(2, 3.14159)
708 PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(2 /*deg*/)
709 PASS newValueSpecifiedUnits(2, 3.14159)
710 PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(3 /*rad*/)
711 PASS newValueSpecifiedUnits(2, 3.14159)
712 PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(4 /*grad*/)
713 PASS newValueSpecifiedUnits(2, 3.14159)
714 PASS SVGAngle(3.14159deg).convertToSpecifiedUnits(5 /*turn*/)
715 PASS newValueSpecifiedUnits(2, 3.14159)
716 PASS SVGAngle(3.14159rad).valueInSpecifiedUnits
717 PASS orient="3.14159rad".valueAsString
718 PASS orient="3.14159rad".value
719 PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(1 /*unspecified*/)
720 PASS newValueSpecifiedUnits(3, 3.14159)
721 PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(2 /*deg*/)
722 PASS newValueSpecifiedUnits(3, 3.14159)
723 PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(3 /*rad*/)
724 PASS newValueSpecifiedUnits(3, 3.14159)
725 PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(4 /*grad*/)
726 PASS newValueSpecifiedUnits(3, 3.14159)
727 PASS SVGAngle(3.14159rad).convertToSpecifiedUnits(5 /*turn*/)
728 PASS newValueSpecifiedUnits(3, 3.14159)
729 PASS SVGAngle(3.14159grad).valueInSpecifiedUnits
730 PASS orient="3.14159grad".valueAsString
731 PASS orient="3.14159grad".value
732 PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(1 /*unspecified*/)
733 PASS newValueSpecifiedUnits(4, 3.14159)
734 PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(2 /*deg*/)
735 PASS newValueSpecifiedUnits(4, 3.14159)
736 PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(3 /*rad*/)
737 PASS newValueSpecifiedUnits(4, 3.14159)
738 PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(4 /*grad*/)
739 PASS newValueSpecifiedUnits(4, 3.14159)
740 PASS SVGAngle(3.14159grad).convertToSpecifiedUnits(5 /*turn*/)
741 PASS newValueSpecifiedUnits(4, 3.14159)
742 PASS SVGAngle(0.523599).valueInSpecifiedUnits
743 PASS orient="0.523599".valueAsString
744 PASS orient="0.523599".value
745 PASS SVGAngle(0.523599).convertToSpecifiedUnits(1 /*unspecified*/)
746 PASS newValueSpecifiedUnits(1, 0.523599)
747 PASS SVGAngle(0.523599).convertToSpecifiedUnits(2 /*deg*/)
748 PASS newValueSpecifiedUnits(1, 0.523599)
749 PASS SVGAngle(0.523599).convertToSpecifiedUnits(3 /*rad*/)
750 PASS newValueSpecifiedUnits(1, 0.523599)
751 PASS SVGAngle(0.523599).convertToSpecifiedUnits(4 /*grad*/)
752 PASS newValueSpecifiedUnits(1, 0.523599)
753 PASS SVGAngle(0.523599).convertToSpecifiedUnits(5 /*turn*/)
754 PASS newValueSpecifiedUnits(1, 0.523599)
755 PASS SVGAngle(0.523599deg).valueInSpecifiedUnits
756 PASS orient="0.523599deg".valueAsString
757 PASS orient="0.523599deg".value
758 PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(1 /*unspecified*/)
759 PASS newValueSpecifiedUnits(2, 0.523599)
760 PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(2 /*deg*/)
761 PASS newValueSpecifiedUnits(2, 0.523599)
762 PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(3 /*rad*/)
763 PASS newValueSpecifiedUnits(2, 0.523599)
764 PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(4 /*grad*/)
765 PASS newValueSpecifiedUnits(2, 0.523599)
766 PASS SVGAngle(0.523599deg).convertToSpecifiedUnits(5 /*turn*/)
767 PASS newValueSpecifiedUnits(2, 0.523599)
768 PASS SVGAngle(0.523599rad).valueInSpecifiedUnits
769 PASS orient="0.523599rad".valueAsString
770 PASS orient="0.523599rad".value
771 PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(1 /*unspecified*/)
772 PASS newValueSpecifiedUnits(3, 0.523599)
773 PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(2 /*deg*/)
774 PASS newValueSpecifiedUnits(3, 0.523599)
775 PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(3 /*rad*/)
776 PASS newValueSpecifiedUnits(3, 0.523599)
777 PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(4 /*grad*/)
778 PASS newValueSpecifiedUnits(3, 0.523599)
779 PASS SVGAngle(0.523599rad).convertToSpecifiedUnits(5 /*turn*/)
780 PASS newValueSpecifiedUnits(3, 0.523599)
781 PASS SVGAngle(0.523599grad).valueInSpecifiedUnits
782 PASS orient="0.523599grad".valueAsString
783 PASS orient="0.523599grad".value
784 PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(1 /*unspecified*/)
785 PASS newValueSpecifiedUnits(4, 0.523599)
786 PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(2 /*deg*/)
787 PASS newValueSpecifiedUnits(4, 0.523599)
788 PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(3 /*rad*/)
789 PASS newValueSpecifiedUnits(4, 0.523599)
790 PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(4 /*grad*/)
791 PASS newValueSpecifiedUnits(4, 0.523599)
792 PASS SVGAngle(0.523599grad).convertToSpecifiedUnits(5 /*turn*/)
793 PASS newValueSpecifiedUnits(4, 0.523599)
794 Harness: the test ran to completion.
795
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/dom/svgangle-units.html ('k') | third_party/WebKit/LayoutTests/svg/dom/tabindex-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698