| Index: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html
|
| index b2d201f2ab495663d6f8305e26259adcbc833fe7..e47052efc96fbb254a7ae2dac6bea0ab14a4276f 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-sampling.html
|
| @@ -1,7 +1,8 @@
|
| <!doctype html>
|
| <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/audioparam-testing.js"></script>
|
| @@ -10,9 +11,7 @@
|
|
|
| <body>
|
| <script>
|
| - description("Test Sampling of SetTargetAtTime");
|
|
|
| - window.jsTestIsAsync = true;
|
| // Some slow sample rate, but otherwise arbitrary.
|
| var sampleRate = 12800;
|
|
|
| @@ -91,7 +90,6 @@
|
|
|
|
|
| audit.defineTask("finish", function (done) {
|
| - finishJSTest();
|
| done();
|
| });
|
|
|
|
|