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

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

Issue 945023002: Refactoring layout tests for AudioContext.suspend() and resume() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed to check 'event' object, not global context. Created 5 years, 10 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 e68b68a4f5934b9495d5ac2077c430dfddd34a1f..29a78bd90403d980bfffe7ae3af7ad3944f7a491 100644
--- a/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
+++ b/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt
@@ -7,7 +7,7 @@ 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 context.suspend() was correctly rejected for an offline context
-PASS p1 = context.resume() did not throw exception.
+PASS p2 = context.resume() did not throw exception.
PASS [object Object] is an instance of function Promise() { [native code] }
PASS context.state is "suspended"
PASS context.resume() was correctly rejected for an offline context

Powered by Google App Engine
This is Rietveld 408576698