| Index: third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
|
| index 5d322f86962e55d8f9b507d2d1ec2dc8dd4e6271..98d02eb9f1daf6824321f1db9366d642a859e4c3 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
|
| @@ -173,6 +173,15 @@
|
| maxValue: mostPositiveFloat,
|
| }
|
| },
|
| + }, {
|
| + creator: "createConstantSource",
|
| + args: [],
|
| + limits: {
|
| + offset: {
|
| + minValue: -mostPositiveFloat,
|
| + maxValue: mostPositiveFloat
|
| + }
|
| + }
|
| },
|
| // These nodes don't have AudioParams, but we want to test them anyway. Any arguments for the
|
| // constructor are pretty much arbitrary; they just need to be valid.
|
|
|