X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fwebaudio%2Faudionode.html;h=14e92c0f786756ce4abc4029e52873cf683850e4;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=51e6545edcc196ceb275bef73dbc4f50bda54b57;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/webaudio/audionode.html b/src/third_party/WebKit/LayoutTests/webaudio/audionode.html index 51e6545..14e92c0 100644 --- a/src/third_party/WebKit/LayoutTests/webaudio/audionode.html +++ b/src/third_party/WebKit/LayoutTests/webaudio/audionode.html @@ -28,10 +28,6 @@ function runTest() { context = new webkitAudioContext(); window.audioNode = context.createBufferSource(); - shouldThrow("audioNode.noteOn()"); - shouldThrow("audioNode.noteGrainOn()"); - shouldThrow("audioNode.noteOff()"); - // Check input and output numbers of AudioSourceNode. if (audioNode.numberOfInputs === 0) testPassed("Source AudioNode has no inputs.");