OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL Test createLinearGradient(0, 0, 100, NaN) Test bug: need to pass exception
to assert_throws() |
| 3 FAIL Test createLinearGradient(0, 0, 100, Infinity) Test bug: need to pass excep
tion to assert_throws() |
| 4 FAIL Test createLinearGradient(0, 0, 100, -Infinity) Test bug: need to pass exce
ption to assert_throws() |
| 5 FAIL Test createLinearGradient(0, 0, NaN, 100) Test bug: need to pass exception
to assert_throws() |
| 6 FAIL Test createLinearGradient(0, 0, Infinity, 100) Test bug: need to pass excep
tion to assert_throws() |
| 7 FAIL Test createLinearGradient(0, 0, -Infinity, 100) Test bug: need to pass exce
ption to assert_throws() |
| 8 FAIL Test createLinearGradient(0, NaN, 100, 100) Test bug: need to pass exceptio
n to assert_throws() |
| 9 FAIL Test createLinearGradient(0, Infinity, 100, 100) Test bug: need to pass exc
eption to assert_throws() |
| 10 FAIL Test createLinearGradient(0, -Infinity, 100, 100) Test bug: need to pass ex
ception to assert_throws() |
| 11 FAIL Test createLinearGradient(NaN, 0, 100, 100) Test bug: need to pass exceptio
n to assert_throws() |
| 12 FAIL Test createLinearGradient(Infinity, 0, 100, 100) Test bug: need to pass exc
eption to assert_throws() |
| 13 FAIL Test createLinearGradient(-Infinity, 0, 100, 100) Test bug: need to pass ex
ception to assert_throws() |
| 14 Harness: the test ran to completion. |
| 15 |
OLD | NEW |