Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html

Issue 2666153002: Convert BiquadFilter Audit layout tests to testharness (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
index 15a0a937f151832eb685158cd0a7315f60f0c628..06476e6996de465043166b68689f7be31a329479 100644
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
+++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
@@ -2,7 +2,8 @@
<html>
<head>
<title>Biquad Automation Test</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>
<script src="../resources/biquad-filters.js"></script>
@@ -10,9 +11,7 @@
</head>
<body>
<script>
- description("Test Automation of Biquad Filters");
- window.jsTestIsAsync = true;
// Don't need to run these tests at high sampling rate, so just use a low one to reduce memory
// usage and complexity.
@@ -363,7 +362,6 @@
// All done!
audit.defineTask("finish", function (done) {
- finishJSTest();
done();
});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698