blob: a1c8d34e962880defaff735a84a52ee5900adce1 [file] [log] [blame]
Test disconnect() method on AudioParam destination.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Channel #0 contains all the expected values in the correct order: [2.25,1.5].
PASS Channel #0 contains all the expected values in the correct order: [3,1.5].
PASS Channel #1 contains all the expected values in the correct order: [6,3].
PASS gain1.disconnect(gain3.gain) threw InvalidAccessError.
PASS splitter.disconnect(gain1.gain, 1) threw InvalidAccessError.
PASS splitter.disconnect(gain1.gain, 2) threw IndexSizeError.
PASS successfullyParsed is true
TEST COMPLETE