Index: LayoutTests/webaudio/dom-exceptions.html |
diff --git a/LayoutTests/webaudio/dom-exceptions.html b/LayoutTests/webaudio/dom-exceptions.html |
index 7f1b983cae28a35e1e864b58b9d62dfe1cfbbe69..ebf97843cebeb59f26e4954556abc77bdd671a57 100644 |
--- a/LayoutTests/webaudio/dom-exceptions.html |
+++ b/LayoutTests/webaudio/dom-exceptions.html |
@@ -50,8 +50,6 @@ function runTest() { |
shouldThrow("context.createBuffer(1, 0, context.sampleRate)"); |
// 2-arg createBuffer not allowed. |
shouldThrow("context.createBuffer(new ArrayBuffer(100), true)"); |
- // Invalid ArrayBuffer (unspecified error) |
- shouldThrow("context.decodeAudioData(null, function() {}, function () {})"); |
// Invalid sources (unspecified error) |
shouldThrow("context.createMediaElementSource(null)"); |
shouldThrow("context.createMediaStreamSource(null)"); |