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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js

Issue 2687953002: Update code for generating osc sweep reference files (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js b/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
index d4e2ec012988cf87a57618df7b1cc4c2627e89c2..6323ab84cee34dfb189d1a9e2763f63ecb76f6f0 100644
--- a/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
+++ b/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js
@@ -20,16 +20,14 @@
// <!doctype html>
// <html>
// <head>
-// <script src="resources/compatibility.js"></script>
-// <script src="resources/buffer-loader.js"></script>
-// <script src="../resources/js-test.js"></script>
-// <script src="resources/oscillator-testing.js"></script>
-// <script src="resources/audio-testing.js"></script>
+// <script src="../resources/testharness.js"></script>
+// <script src="resources/oscillator-testing.js"></script>
+// <script src="resources/audit-util.js"></script>
// </head>
// <body>
-// <script>
-// OscillatorTestingUtils.createNewReference("sine");
-// </script>
+// <script>
+// OscillatorTestingUtils.createNewReference("sine");
+// </script>
// </body>
// </html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698