1 Basic tests for AudioNode API.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS context.state is "suspended"
6 node.connect(context.destination)
7 PASS context.state is "suspended"
8 Calling context.resume() without a user gesture
10 Calling node.start() with a user gesture
11 PASS context.resume() (without a user gesture) promise resolved
12 PASS context.state is "running"
13 PASS successfullyParsed is true