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

Unified Diff: LayoutTests/webaudio/audionode-expected.txt

Issue 27037002: Get rid of custom bindings for AudioContext's constructor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Throw exception when max number of hardware contexts is reached Created 7 years, 2 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/audionode-expected.txt
diff --git a/LayoutTests/webaudio/audionode-expected.txt b/LayoutTests/webaudio/audionode-expected.txt
index b4d24a6ada573b5d4e82222e3d26952d4026edd5..49ded89bf6b2ab59fb859834e9a8844cd34de2fc 100644
--- a/LayoutTests/webaudio/audionode-expected.txt
+++ b/LayoutTests/webaudio/audionode-expected.txt
@@ -16,6 +16,7 @@ PASS connect() exception thrown for illegal input index.
PASS audioNode.connect(context.destination) succeeded.
PASS exception thrown when connecting to other context's node.
PASS exception thrown when creating audio context with not enough arguments.
+PASS context3 = new webkitAudioContext(1, 44100, 44100) did not throw exception.
PASS AudioNode is an EventTarget
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698