blob: aa6c1d8dea566fefaa968d5df88ecb9cc012e866 [file] [log] [blame]
Test the behavior when assigning null to context.globalCompositeOperation
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS context.globalCompositeOperation is "source-over"
PASS context.globalCompositeOperation = 'copy' did not throw exception.
PASS context.globalCompositeOperation is "copy"
PASS context.globalCompositeOperation = null did not throw exception.
PASS context.globalCompositeOperation is "copy"
PASS context.globalCompositeOperation = '' did not throw exception.
PASS context.globalCompositeOperation is "copy"
PASS successfullyParsed is true
TEST COMPLETE