| Index: third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js b/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
|
| index d4e2ec012988cf87a57618df7b1cc4c2627e89c2..6323ab84cee34dfb189d1a9e2763f63ecb76f6f0 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
|
| @@ -20,16 +20,14 @@
|
| // <!doctype html>
|
| // <html>
|
| // <head>
|
| -// <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>
|
| -// <script src="resources/audio-testing.js"></script>
|
| +// <script src="../resources/testharness.js"></script>
|
| +// <script src="resources/oscillator-testing.js"></script>
|
| +// <script src="resources/audit-util.js"></script>
|
| // </head>
|
| // <body>
|
| -// <script>
|
| -// OscillatorTestingUtils.createNewReference("sine");
|
| -// </script>
|
| +// <script>
|
| +// OscillatorTestingUtils.createNewReference("sine");
|
| +// </script>
|
| // </body>
|
| // </html>
|
|
|
|
|