| Index: third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
|
| index 031da35e81ffcdb7c72e77f252e880b8a2ea77f6..af6d5ddd81583921880f19fec154bfd9b6750d58 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
|
| @@ -190,7 +190,9 @@
|
|
|
| var zero = new Float32Array(result.length);
|
| zero.fill(0);
|
| - Should(options.message, result).beCloseToArray(zero, options.threshold || 0);
|
| + Should(options.message, result, {
|
| + verbose: true
|
| + }).beCloseToArray(zero, options.threshold || 0);
|
| });
|
| }
|
| </script>
|
|
|