haikuwebkit/LayoutTests/fast/canvas/context-globalCompositeOper...

17 lines
617 B
Plaintext

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