| Index: third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
|
| index ff9689a39d39dfb0366b1b785428fb45dc008380..932c936514ecc611a69c33e972990b8d468b8a9f 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
|
| @@ -33,10 +33,7 @@ PASS Closing context again correctly rejected promise.
|
| PASS context.destination is null
|
| PASS offline = new OfflineAudioContext(1, 1000, 48000) did not throw exception.
|
| PASS offline.state is "suspended"
|
| -PASS Closing offline context correctly rejected: InvalidAccessError: cannot close an OfflineAudioContext.
|
| -PASS Closing offline context again correctly rejected
|
| -PASS offline.startRendering() did not throw exception.
|
| -PASS event.target.state is "closed"
|
| +PASS offline.close is undefined.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|