| Index: third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-suspend-resume.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-suspend-resume.html b/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-suspend-resume.html
|
| index a79e6a999b3ad8ebec94d3160299ef8843253b2c..bbf470f6d459edc74ac9065faa14535b271696c6 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-suspend-resume.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-suspend-resume.html
|
| @@ -79,7 +79,7 @@
|
| .beTrue();
|
|
|
| // Resume doesn't actually resume an offline context
|
| - should(offlineContext.state, "offlineContext.state")
|
| + should(offlineContext.state, "After resume, offlineContext.state")
|
| .beEqualTo("suspended");
|
| should(p2, "p2")
|
| .beRejected()
|
| @@ -101,7 +101,7 @@
|
| .notThrow();
|
|
|
| p3.then(() => {
|
| - should(offlineContext.state, "offlineContext.state")
|
| + should(offlineContext.state, "After close, offlineContext.state")
|
| .beEqualTo("closed");
|
|
|
| // suspend() should be rejected on a closed context.
|
|
|