blob: 7dee9aee3b73597912dccedb78b82d1037b4d8d2 [file] [log] [blame]
Tests that calling AudioContext.suspend() while already suspended 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 context.state is "suspended"
PASS Calling suspend() while suspended resolved the promise
PASS context.state is "suspended"
PASS successfullyParsed is true
TEST COMPLETE