| 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..d5fd7032f46194649a20b651dc876e33b1558860
|
| --- /dev/null
|
| +++ b/LayoutTests/webaudio/offlineaudiocontext-suspend-resume-basic-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Suspending OfflineAudioContext at the same rendering block boundary.
|
| +
|
| +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 Calling multiple suspends at the same rendering quantum rejected correctly. (with InvalidStateError: cannot schedule a suspend at the duplicate time).
|
| +PASS Resuming before suspend rejected correctly. (with InvalidStateError: cannot resume the context that has not started).
|
| +PASS Calling resume on non-suspended context rejected correctly. (with InvalidStateError: cannot resume the context that has not started).
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|