| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html
|
| index de614d8c7a4512cc3d1aeffe5c491575f2567a8b..38232bc42660e593517d3625f9c6d4f90c45aeae 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html
|
| @@ -2,7 +2,8 @@
|
| <html>
|
|
|
| <head>
|
| - <script src="../../resources/js-test.js"></script>
|
| + <script src="../../resources/testharness.js"></script>
|
| + <script src="../../resources/testharnessreport.js"></script>
|
| <script src="../resources/audit-util.js"></script>
|
| <script src="../resources/audio-testing.js"></script>
|
| <script src="../resources/late-start-testing.js"></script>
|
| @@ -10,9 +11,6 @@
|
|
|
| <body>
|
| <script>
|
| - description('Test the late call of start(0) of Oscillator.');
|
| - window.jsTestIsAsync = true;
|
| -
|
| var audit = Audit.createTaskRunner();
|
|
|
| var sampleRate = 44100;
|
| @@ -25,8 +23,6 @@
|
| // Test the oscillator node is rendered correctly when the start time of start()
|
| // call is in the past in terms of the context time.
|
| runLateStartTest(audit, context, osc);
|
| -
|
| - successfullyParsed = true;
|
| </script>
|
| </body>
|
|
|
|
|