Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt

Issue 1154523007: Avoid depending on Promise.prototype.toString() in layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webaudio/audiocontext-suspend-resume.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « LayoutTests/webaudio/audiocontext-suspend-resume.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698