| OLD | NEW |
| 1 This test checks createRadialGradient with infinite values | 1 This test checks createRadialGradient with infinite values |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS ctx.createRadialGradient(0, 0, 100, 0, 0, NaN) threw exception Error: NotSu
pportedError: DOM Exception 9. | 6 PASS ctx.createRadialGradient(0, 0, 100, 0, 0, NaN) threw exception NotSupported
Error: The implementation did not support the requested type of object or operat
ion.. |
| 7 PASS ctx.createRadialGradient(0, 0, 100, 0, 0, Infinity) threw exception Error:
NotSupportedError: DOM Exception 9. | 7 PASS ctx.createRadialGradient(0, 0, 100, 0, 0, Infinity) threw exception NotSupp
ortedError: The implementation did not support the requested type of object or o
peration.. |
| 8 PASS ctx.createRadialGradient(0, 0, 100, 0, 0, -Infinity) threw exception Error:
NotSupportedError: DOM Exception 9. | 8 PASS ctx.createRadialGradient(0, 0, 100, 0, 0, -Infinity) threw exception NotSup
portedError: The implementation did not support the requested type of object or
operation.. |
| 9 PASS ctx.createRadialGradient(0, 0, 100, 0, NaN, 100) threw exception Error: Not
SupportedError: DOM Exception 9. | 9 PASS ctx.createRadialGradient(0, 0, 100, 0, NaN, 100) threw exception NotSupport
edError: The implementation did not support the requested type of object or oper
ation.. |
| 10 PASS ctx.createRadialGradient(0, 0, 100, 0, Infinity, 100) threw exception Error
: NotSupportedError: DOM Exception 9. | 10 PASS ctx.createRadialGradient(0, 0, 100, 0, Infinity, 100) threw exception NotSu
pportedError: The implementation did not support the requested type of object or
operation.. |
| 11 PASS ctx.createRadialGradient(0, 0, 100, 0, -Infinity, 100) threw exception Erro
r: NotSupportedError: DOM Exception 9. | 11 PASS ctx.createRadialGradient(0, 0, 100, 0, -Infinity, 100) threw exception NotS
upportedError: The implementation did not support the requested type of object o
r operation.. |
| 12 PASS ctx.createRadialGradient(0, 0, 100, NaN, 0, 100) threw exception Error: Not
SupportedError: DOM Exception 9. | 12 PASS ctx.createRadialGradient(0, 0, 100, NaN, 0, 100) threw exception NotSupport
edError: The implementation did not support the requested type of object or oper
ation.. |
| 13 PASS ctx.createRadialGradient(0, 0, 100, Infinity, 0, 100) threw exception Error
: NotSupportedError: DOM Exception 9. | 13 PASS ctx.createRadialGradient(0, 0, 100, Infinity, 0, 100) threw exception NotSu
pportedError: The implementation did not support the requested type of object or
operation.. |
| 14 PASS ctx.createRadialGradient(0, 0, 100, -Infinity, 0, 100) threw exception Erro
r: NotSupportedError: DOM Exception 9. | 14 PASS ctx.createRadialGradient(0, 0, 100, -Infinity, 0, 100) threw exception NotS
upportedError: The implementation did not support the requested type of object o
r operation.. |
| 15 PASS ctx.createRadialGradient(0, 0, NaN, 0, 0, 100) threw exception Error: NotSu
pportedError: DOM Exception 9. | 15 PASS ctx.createRadialGradient(0, 0, NaN, 0, 0, 100) threw exception NotSupported
Error: The implementation did not support the requested type of object or operat
ion.. |
| 16 PASS ctx.createRadialGradient(0, 0, Infinity, 0, 0, 100) threw exception Error:
NotSupportedError: DOM Exception 9. | 16 PASS ctx.createRadialGradient(0, 0, Infinity, 0, 0, 100) threw exception NotSupp
ortedError: The implementation did not support the requested type of object or o
peration.. |
| 17 PASS ctx.createRadialGradient(0, 0, -Infinity, 0, 0, 100) threw exception Error:
NotSupportedError: DOM Exception 9. | 17 PASS ctx.createRadialGradient(0, 0, -Infinity, 0, 0, 100) threw exception NotSup
portedError: The implementation did not support the requested type of object or
operation.. |
| 18 PASS ctx.createRadialGradient(0, NaN, 100, 0, 0, 100) threw exception Error: Not
SupportedError: DOM Exception 9. | 18 PASS ctx.createRadialGradient(0, NaN, 100, 0, 0, 100) threw exception NotSupport
edError: The implementation did not support the requested type of object or oper
ation.. |
| 19 PASS ctx.createRadialGradient(0, Infinity, 100, 0, 0, 100) threw exception Error
: NotSupportedError: DOM Exception 9. | 19 PASS ctx.createRadialGradient(0, Infinity, 100, 0, 0, 100) threw exception NotSu
pportedError: The implementation did not support the requested type of object or
operation.. |
| 20 PASS ctx.createRadialGradient(0, -Infinity, 100, 0, 0, 100) threw exception Erro
r: NotSupportedError: DOM Exception 9. | 20 PASS ctx.createRadialGradient(0, -Infinity, 100, 0, 0, 100) threw exception NotS
upportedError: The implementation did not support the requested type of object o
r operation.. |
| 21 PASS ctx.createRadialGradient(NaN, 0, 100, 0, 0, 100) threw exception Error: Not
SupportedError: DOM Exception 9. | 21 PASS ctx.createRadialGradient(NaN, 0, 100, 0, 0, 100) threw exception NotSupport
edError: The implementation did not support the requested type of object or oper
ation.. |
| 22 PASS ctx.createRadialGradient(Infinity, 0, 100, 0, 0, 100) threw exception Error
: NotSupportedError: DOM Exception 9. | 22 PASS ctx.createRadialGradient(Infinity, 0, 100, 0, 0, 100) threw exception NotSu
pportedError: The implementation did not support the requested type of object or
operation.. |
| 23 PASS ctx.createRadialGradient(-Infinity, 0, 100, 0, 0, 100) threw exception Erro
r: NotSupportedError: DOM Exception 9. | 23 PASS ctx.createRadialGradient(-Infinity, 0, 100, 0, 0, 100) threw exception NotS
upportedError: The implementation did not support the requested type of object o
r operation.. |
| 24 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 25 | 25 |
| 26 TEST COMPLETE | 26 TEST COMPLETE |
| 27 | 27 |
| OLD | NEW |