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

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

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More test rebaselines Created 5 years, 9 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
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 29a78bd90403d980bfffe7ae3af7ad3944f7a491..2b3c3cbe5620a6a7529c5c787ee0580911604423 100644
--- a/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
+++ b/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
@@ -5,10 +5,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS context.state is "suspended"
PASS p1 = context.suspend() did not throw exception.
-PASS [object Object] is an instance of function Promise() { [native code] }
+PASS [object Promise] is an instance of function Promise() { [native code] }
PASS context.suspend() was correctly rejected for an offline context
PASS p2 = context.resume() did not throw exception.
-PASS [object Object] is an instance of function Promise() { [native code] }
+PASS [object Promise] is an instance of function Promise() { [native code] }
PASS context.state is "suspended"
PASS context.resume() was correctly rejected for an offline context
PASS context.state is "closed"

Powered by Google App Engine
This is Rietveld 408576698