Index: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html |
index 241c00310ff01f22bb55f05e7c04c376e3fdabc0..6b6179444835fd51a0738b5b58f553d055f10be0 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-premature-loop-stop.html |
@@ -3,15 +3,14 @@ |
<head> |
<title>Test AudioBufferSourceNode premature loop stop</title> |
- <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> |
</head> |
<body> |
<script> |
- description("Test if AudioBufferSourceNode stops prematurely after the loop attribute change."); |
- window.jsTestIsAsync = true; |
// Reasonably low sample rate for the optimum test speed. |
var sampleRate = 4096; |
@@ -78,7 +77,6 @@ |
}); |
audit.defineTask('finish', function (done) { |
- finishJSTest(); |
done(); |
}); |