Index: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-time-limits.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-time-limits.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-time-limits.html |
index 9b2b551f24108744f35f1d8e73edf1fafca7c924..29fce7f9f5a6dd18390ae11fab4c60d74a72e54c 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-time-limits.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiosource-time-limits.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,8 +11,6 @@ |
<body> |
<script> |
- description("Test Scheduled Sources with Huge Time Limits."); |
- window.jsTestIsAsync = true; |
var sampleRate = 48000; |
var renderFrames = 1000; |
@@ -61,7 +60,6 @@ |
audit.defineTask("finish", function (done) { |
- finishJSTest(); |
done(); |
}); |