blob: 417bbb96a8e3bf50a3a8c51ec5fea4bbfc70d928 [file] [log] [blame]
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.