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

Unified Diff: LayoutTests/webaudio/audiocontext-close-expected.txt

Issue 950343005: Improve webaudio/audiocontext-close.html stability. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « LayoutTests/webaudio/audiocontext-close.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-close-expected.txt
diff --git a/LayoutTests/webaudio/audiocontext-close-expected.txt b/LayoutTests/webaudio/audiocontext-close-expected.txt
index 5bdd70a215c9ee5913c6c5a436ff7b823ff8b828..3dbe7e29631212df0a51b5498424c094e1df27e1 100644
--- a/LayoutTests/webaudio/audiocontext-close-expected.txt
+++ b/LayoutTests/webaudio/audiocontext-close-expected.txt
@@ -29,6 +29,7 @@ PASS osc.connect(gain) threw exception InvalidStateError: Failed to execute 'con
PASS gain.disconnect() did not throw exception.
PASS Attempt to resume a closed context was correctly rejected
PASS Closing context again correctly rejected promise.
+PASS context.destination is null
PASS offline = new OfflineAudioContext(1, 1000, 48000) did not throw exception.
PASS offline.state is "suspended"
PASS Closing offline context correctly rejected
« no previous file with comments | « LayoutTests/webaudio/audiocontext-close.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698