This test checks behavior of invalid arguments to Canvas::drawImage.

PASS: no arguments, got exception as expected
PASS: image argument only, got exception as expected
PASS: image argument plus one number, got exception as expected
PASS: image argument plus 2 numbers
PASS: image argument plus 4 numbers
PASS: image argument plus 8 numbers
PASS: image argument plus zero size
PASS: image argument plus 8 numbers, zero size
PASS: image argument plus 8 numbers, negative size, got exception as expected
PASS: null image, got exception as expected
PASS: null image, got exception as expected
PASS: null image, got exception as expected
PASS: null image, got exception as expected
Test complete.


