| Index: LayoutTests/webaudio/dom-exceptions.html
|
| diff --git a/LayoutTests/webaudio/dom-exceptions.html b/LayoutTests/webaudio/dom-exceptions.html
|
| index 517169284e82f9be20de3511e0edc2a45b2ec699..711af8a08ddfd9562731b83d31fd8ddd7b9ded08 100644
|
| --- a/LayoutTests/webaudio/dom-exceptions.html
|
| +++ b/LayoutTests/webaudio/dom-exceptions.html
|
| @@ -168,6 +168,7 @@ function runTest() {
|
| buffer = context.createBuffer(1,1, context.sampleRate);
|
| shouldNotThrow("source = context.createBufferSource()");
|
| shouldNotThrow("source.buffer = buffer");
|
| + shouldThrow("source.buffer = buffer");
|
| shouldThrow("source.start(-1)");
|
| shouldThrow("source.start(Infinity)");
|
| shouldThrow("source.start(-Infinity)");
|
|
|