Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / audionode.html
index 51e6545..14e92c0 100644 (file)
@@ -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.");