| Index: third_party/WebKit/LayoutTests/webaudio/osc-custom-sweep-snr.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-custom-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/osc-custom-sweep-snr.html
|
| deleted file mode 100644
|
| index 4b5986a21c099dd6ca8a4431fbba702016b9884e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/webaudio/osc-custom-sweep-snr.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| - <head>
|
| - <title>Test Oscillator Node: custom</title>
|
| - <script src="resources/compatibility.js"></script>
|
| - <script src="resources/buffer-loader.js"></script>
|
| - <script src="../resources/js-test.js"></script>
|
| - <script src="resources/oscillator-testing.js"></script>
|
| - </head>
|
| -
|
| - <body>
|
| - <script>
|
| - description("Test Custom Oscillator with Exponential Sweep");
|
| -
|
| - var tester = OscillatorTestingUtils;
|
| -
|
| - // The thresholds are experimentally determined.
|
| - tester.setThresholds({snr: 80.21, maxDiff: 4.88, diffCount: 15016});
|
| - tester.runTest("custom");
|
| - successfullyParsed = true;
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|