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

Side by Side Diff: LayoutTests/webaudio/audionode-expected.txt

Issue 14028011: Made AudioNode an EventTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: upate to latest Created 7 years, 7 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/webaudio/audionode.html ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: Deprecated AudioContext constructor: use OfflineAudioContext in stead 1 CONSOLE MESSAGE: Deprecated AudioContext constructor: use OfflineAudioContext in stead
2 Basic tests for AudioNode API. 2 Basic tests for AudioNode API.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 PASS audioNode.noteOn() threw exception TypeError: Not enough arguments. 6 PASS audioNode.noteOn() threw exception TypeError: Not enough arguments.
7 PASS audioNode.noteGrainOn() threw exception TypeError: Not enough arguments. 7 PASS audioNode.noteGrainOn() threw exception TypeError: Not enough arguments.
8 PASS audioNode.noteOff() threw exception TypeError: Not enough arguments. 8 PASS audioNode.noteOff() threw exception TypeError: Not enough arguments.
9 PASS Source AudioNode has no inputs. 9 PASS Source AudioNode has no inputs.
10 PASS Source AudioNode has one output. 10 PASS Source AudioNode has one output.
11 PASS Destination AudioNode has one input. 11 PASS Destination AudioNode has one input.
12 PASS Destination AudioNode has no outputs. 12 PASS Destination AudioNode has no outputs.
13 PASS connect() exception thrown for illegal destination AudioNode. 13 PASS connect() exception thrown for illegal destination AudioNode.
14 PASS connect() exception thrown for illegal output index. 14 PASS connect() exception thrown for illegal output index.
15 PASS connect() exception thrown for illegal input index. 15 PASS connect() exception thrown for illegal input index.
16 PASS audioNode.connect(context.destination) succeeded. 16 PASS audioNode.connect(context.destination) succeeded.
17 PASS exception thrown when connecting to other context's node. 17 PASS exception thrown when connecting to other context's node.
18 PASS exception thrown when creating audio context with not enough arguments. 18 PASS exception thrown when creating audio context with not enough arguments.
19 PASS AudioNode is an EventTarget
19 PASS successfullyParsed is true 20 PASS successfullyParsed is true
20 21
21 TEST COMPLETE 22 TEST COMPLETE
22 23
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audionode.html ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698