| Index: third_party/WebKit/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
|
| deleted file mode 100644
|
| index cc4a1e7f29f95f26c78fe7cb0f4b558a584b1d8f..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -Test suspend/resume for an (offline) AudioContext
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS offlineContext = new OfflineAudioContext(1, durationInSeconds * sampleRate, sampleRate) did not throw exception.
|
| -PASS offlineContext.state is "suspended"
|
| -PASS p1 = offlineContext.suspend() did not throw exception.
|
| -PASS p1 is an instance of Promise
|
| -PASS offlineContext.suspend() was correctly rejected: TypeError: Failed to execute 'suspend' on 'OfflineAudioContext': 1 argument required, but only 0 present.
|
| -PASS p2 = offlineContext.resume() did not throw exception.
|
| -PASS p2 is an instance of Promise
|
| -PASS offlineContext.state is "suspended"
|
| -PASS offlineContext.resume() was correctly rejected: InvalidStateError: cannot resume an offline context that has not started
|
| -PASS p3 = offlineContext.startRendering() did not throw exception.
|
| -PASS offlineContext.state is "closed"
|
| -PASS offlineContext.suspend() on a closed context rejected: TypeError: Failed to execute 'suspend' on 'OfflineAudioContext': 1 argument required, but only 0 present.
|
| -PASS offlineContext.resume() on a closed context rejected: InvalidStateError: cannot resume a closed offline context
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|