OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL Test createRadialGradient(0, 0, 100, 0, 0, NaN) Test bug: need to pass exce
ption to assert_throws() |
| 3 FAIL Test createRadialGradient(0, 0, 100, 0, 0, Infinity) Test bug: need to pass
exception to assert_throws() |
| 4 FAIL Test createRadialGradient(0, 0, 100, 0, 0, -Infinity) Test bug: need to pas
s exception to assert_throws() |
| 5 FAIL Test createRadialGradient(0, 0, 100, 0, NaN, 100) Test bug: need to pass ex
ception to assert_throws() |
| 6 FAIL Test createRadialGradient(0, 0, 100, 0, Infinity, 100) Test bug: need to pa
ss exception to assert_throws() |
| 7 FAIL Test createRadialGradient(0, 0, 100, 0, -Infinity, 100) Test bug: need to p
ass exception to assert_throws() |
| 8 FAIL Test createRadialGradient(0, 0, 100, NaN, 0, 100) Test bug: need to pass ex
ception to assert_throws() |
| 9 FAIL Test createRadialGradient(0, 0, 100, Infinity, 0, 100) Test bug: need to pa
ss exception to assert_throws() |
| 10 FAIL Test createRadialGradient(0, 0, 100, -Infinity, 0, 100) Test bug: need to p
ass exception to assert_throws() |
| 11 FAIL Test createRadialGradient(0, 0, NaN, 0, 0, 100) Test bug: need to pass exce
ption to assert_throws() |
| 12 FAIL Test createRadialGradient(0, 0, Infinity, 0, 0, 100) Test bug: need to pass
exception to assert_throws() |
| 13 FAIL Test createRadialGradient(0, 0, -Infinity, 0, 0, 100) Test bug: need to pas
s exception to assert_throws() |
| 14 FAIL Test createRadialGradient(0, NaN, 100, 0, 0, 100) Test bug: need to pass ex
ception to assert_throws() |
| 15 FAIL Test createRadialGradient(0, Infinity, 100, 0, 0, 100) Test bug: need to pa
ss exception to assert_throws() |
| 16 FAIL Test createRadialGradient(0, -Infinity, 100, 0, 0, 100) Test bug: need to p
ass exception to assert_throws() |
| 17 FAIL Test createRadialGradient(NaN, 0, 100, 0, 0, 100) Test bug: need to pass ex
ception to assert_throws() |
| 18 FAIL Test createRadialGradient(Infinity, 0, 100, 0, 0, 100) Test bug: need to pa
ss exception to assert_throws() |
| 19 FAIL Test createRadialGradient(-Infinity, 0, 100, 0, 0, 100) Test bug: need to p
ass exception to assert_throws() |
| 20 Harness: the test ran to completion. |
| 21 |
OLD | NEW |