blob: c9ccf4ec8e9fc5be715415f899969045ef968b9b [file] [log] [blame]
OfflineAudioContexts should not have behavior restrictions.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS context.state is "suspended"
node.connect(context.destination)
node.start()
PASS context.state is "suspended"
Calling context.startRendering() without a user gesture
PASS context.state is "running"
PASS successfullyParsed is true
TEST COMPLETE