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

Unified Diff: LayoutTests/webaudio/oscillator-sine.html

Issue 670863002: Rebase oscillator sine test result. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « LayoutTests/webaudio/oscillator-sawtooth.html ('k') | LayoutTests/webaudio/oscillator-sine-expected.wav » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/oscillator-sine.html
diff --git a/LayoutTests/webaudio/oscillator-sine.html b/LayoutTests/webaudio/oscillator-sine.html
deleted file mode 100644
index 4d716ed469615f2ce59b7a7340674399dcc069d7..0000000000000000000000000000000000000000
--- a/LayoutTests/webaudio/oscillator-sine.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-
-<!--
-Create an oscillator of type SINE and generate a slow exponential tone sweep.
-The result can be checked for the correct wave shape and for aliasing artifacts.
-See oscillator-testing.js for details.
--->
-
-<html>
-<head>
-<script type="text/javascript" src="resources/audio-testing.js"></script>
-<script type="text/javascript" src="resources/oscillator-testing.js"></script>
-</head>
-<body>
-
-<script>
-
-window.onload = init;
-
-function init() {
- if (!window.testRunner)
- return;
-
- generateExponentialOscillatorSweep("sine");
-}
-
-</script>
-
-</body>
-</html>
« no previous file with comments | « LayoutTests/webaudio/oscillator-sawtooth.html ('k') | LayoutTests/webaudio/oscillator-sine-expected.wav » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698