Index: LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
diff --git a/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt b/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
index 4796efb8af90a64e8ea3bc311476d6366809e6f0..0eede07edbcdc8494fc1d03d4d73991ba2e50d5b 100644 |
--- a/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
+++ b/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
@@ -6,10 +6,10 @@ 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 [object Promise] is an instance of function Promise() { [native code] } |
+PASS p1 is an instance of Promise |
PASS offlineContext.suspend() was correctly rejected: InvalidAccessError: cannot suspend an OfflineAudioContext |
PASS p2 = offlineContext.resume() did not throw exception. |
-PASS [object Promise] is an instance of function Promise() { [native code] } |
+PASS p2 is an instance of Promise |
PASS offlineContext.state is "suspended" |
PASS offlineContext.resume() was correctly rejected: InvalidAccessError: cannot resume an OfflineAudioContext |
PASS p3 = offlineContext.startRendering() did not throw exception. |