| Index: third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html b/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
|
| index de25c3b270b4eb890d7741ff4ae254f0eb237728..6adda537595a188d6329024e606fa2fc76a8ac31 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
|
| @@ -52,7 +52,9 @@
|
|
|
| var snr = 10 * Math.log10(signal / noise);
|
|
|
| - Should("SNR of " + desiredFrequencyHz + " Hz sine wave", snr).beGreaterThanOrEqualTo(snrThreshold);
|
| + Should("SNR of " + desiredFrequencyHz + " Hz sine wave", snr, {
|
| + brief: true
|
| + }).beGreaterThanOrEqualTo(snrThreshold);
|
| testPassed("PeriodicWave coefficients that must be ignored were correctly ignored.");
|
| }
|
|
|
|
|