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

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

Issue 2345693002: Move close() from BaseAudioContext to AudioContext (Closed)
Patch Set: Update expected results Created 4 years, 3 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: third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
index ff9689a39d39dfb0366b1b785428fb45dc008380..932c936514ecc611a69c33e972990b8d468b8a9f 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
@@ -33,10 +33,7 @@ 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: InvalidAccessError: cannot close an OfflineAudioContext.
-PASS Closing offline context again correctly rejected
-PASS offline.startRendering() did not throw exception.
-PASS event.target.state is "closed"
+PASS offline.close is undefined.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698