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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode.html

Issue 2551953002: Add tests for FLAC and OPUS decoding (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode-expected.wav » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Test FLAC Decoding</title>
5 <script src="../../resources/audio-codec-test.js"></script>
6 <script src="../../resources/audio-testing.js"></script>
7 <script src="../../resources/buffer-loader.js"></script>
8 </head>
9
10 <body>
11 <script>
12 var url = "flac-test.flac";
13
14 window.onload = function () { runDecodingTest(url) };
15 </script>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode-expected.wav » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698