Bug 90578 - AudioNode test should cover numberOfInputs and numberOfOutputs of AudioDestinationNode
Summary: AudioNode test should cover numberOfInputs and numberOfOutputs of AudioDestin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Li Yin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 17:52 PDT by Li Yin
Modified: 2012-07-04 20:30 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.22 KB, patch)
2012-07-04 17:59 PDT, Li Yin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li Yin 2012-07-04 17:52:29 PDT
From http://www.w3.org/TR/webaudio/#AudioDestinationNode-section
An AudioSourceNode has no inputs and a single output.
An AudioDestinationNode has one input and no outputs.
Currently, the test webaudio/audionode.html has covered AudioSourceNode, it will be better to cover AudioDestinationNode.
Comment 1 Li Yin 2012-07-04 17:59:34 PDT
Created attachment 150854 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-04 20:30:48 PDT
Comment on attachment 150854 [details]
Patch

Clearing flags on attachment: 150854

Committed r121877: <http://trac.webkit.org/changeset/121877>
Comment 3 WebKit Review Bot 2012-07-04 20:30:52 PDT
All reviewed patches have been landed.  Closing bug.