blob: 422051d96acf386e37a91d16f8510088f61afbdb [file] [log] [blame]
Tests that AudioBufferSourceNode validates AudioBuffer in .buffer attribute setter.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS source.buffer is null
PASS source.buffer = 57 threw exception TypeError: The AudioBufferSourceNode.buffer attribute must be an instance of AudioBuffer.
PASS Mono buffer can be set.
PASS Stereo buffer can be set.
PASS 3 channels buffer can be set.
PASS 4 channels buffer can be set.
PASS 5 channels buffer can be set.
PASS 6 channels buffer can be set.
PASS 7 channels buffer can be set.
PASS 8 channels buffer can be set.
PASS 9 channels buffer can be set.
PASS context.createBuffer(64, 1024, context.sampleRate) threw exception NotSupportedError: The operation is not supported..
PASS source.buffer is not null
PASS source.buffer = null did not throw exception.
PASS source.buffer is null
PASS successfullyParsed is true
TEST COMPLETE