| Index: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html
|
| index 16e72bc7fd33d55152c457fc4cbbcb80bfff6643..1bb85bf3aaedcbdcf43f2ff18768ec4f677dc6a1 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html
|
| @@ -29,8 +29,10 @@ function doTest(fftSize, illegal, should) {
|
| }
|
| }
|
|
|
| -audit.define("FFT size test", function (task, should) {
|
| - task.describe("Test that re-sizing the FFT arrays does not fail.");
|
| +audit.define({
|
| + label: "FFT size test",
|
| + description: "Test that re-sizing the FFT arrays does not fail."
|
| +}, function (task, should) {
|
| doTest(-1, true, should);
|
| doTest(0, true, should);
|
| doTest(1, true, should);
|
|
|