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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/f32-44khz.html

Issue 2655783004: Decode entire in-memory file for WebAudio (Closed)
Patch Set: Use int, not size_t. 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
Index: third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/f32-44khz.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/f32-44khz.html b/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/f32-44khz.html
new file mode 100644
index 0000000000000000000000000000000000000000..d8efc945d3461ab10fac56fba7e8643159c0b9d0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/f32-44khz.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <script type="text/javascript" src="../../resources/audio-codec-test.js"></script>
+ <script src="../../resources/audit-util.js"></script>
+ <script src="../../resources/audio-testing.js"></script>
+ <script type="text/javascript" src="../../resources/buffer-loader.js"></script>
+ <script>
+ var url = "../../resources/media/f32-44khz.wav";
+
+ window.onload = function () { runDecodingTest(url) };
+ </script>
+ </head>
+ <body>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698