blob: 7e72f5142f77b2c7b11a225ba3a6086692d056b0 [file] [log] [blame]
Tests that calling AudioContext.resume() while already running resolves the promise.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Did start rendering
PASS context.state is "running"
PASS Calling resume() while running resolved the promise
PASS context.state is "running"
PASS Calling resume() while running resolved the promise
PASS context.state is "running"
PASS successfullyParsed is true
TEST COMPLETE