| Index: LayoutTests/webaudio/dom-exceptions.html
|
| diff --git a/LayoutTests/webaudio/dom-exceptions.html b/LayoutTests/webaudio/dom-exceptions.html
|
| index 820064378744765d2539a01fb7b822906f75ee35..9e67dd4fd2abee0572968fd1238c3cf81a9cf865 100644
|
| --- a/LayoutTests/webaudio/dom-exceptions.html
|
| +++ b/LayoutTests/webaudio/dom-exceptions.html
|
| @@ -113,6 +113,8 @@ function runTest() {
|
| // Delay nodes are tested elsewhere, so don't duplicate that work here.
|
|
|
| // OfflineAudioContext
|
| + // Max supported channels
|
| + shouldNotThrow("new OfflineAudioContext(32, 100, context.sampleRate)");
|
| // Invalid number of channels (unspecified error)
|
| shouldThrow("new OfflineAudioContext(99, 100, context.sampleRate)");
|
| // Invalid sample rate. (unspecified error)
|
|
|