| Index: LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt
|
| diff --git a/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..02797c353a9187c48b5c11661c9146584296da40
|
| --- /dev/null
|
| +++ b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt
|
| @@ -0,0 +1,14 @@
|
| +Basic test for OfflineAudioContext.suspend() and OfflineAudioContext.resume().
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS context.suspend() rejected correctly (with TypeError: Failed to execute 'suspend' on 'OfflineAudioContext': 1 argument required, but only 0 present.).
|
| +PASS context.suspend(-1.0) rejected correctly (with InvalidStateError: negative suspend time is not allowed).
|
| +PASS Calling multiple suspends at the same rendering quantum rejected correctly (with InvalidStateError: cannot schedule more than one suspend at 0.00435374 seconds whose quantized frame is 128).
|
| +PASS Resuming before suspend rejected correctly (with InvalidStateError: cannot resume a context that has not started).
|
| +PASS Calling resume on non-suspended context rejected correctly (with InvalidStateError: cannot resume a context that has not started).
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|