| Index: third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode.html b/third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5d2eaa7e149d5b3ab34a124ff86c4fbf686cac1b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode.html
|
| @@ -0,0 +1,17 @@
|
| +<!doctype html>
|
| +<html>
|
| + <head>
|
| + <title>Test FLAC Decoding</title>
|
| + <script src="../../resources/audio-codec-test.js"></script>
|
| + <script src="../../resources/audio-testing.js"></script>
|
| + <script src="../../resources/buffer-loader.js"></script>
|
| + </head>
|
| +
|
| + <body>
|
| + <script>
|
| + var url = "flac-test.flac";
|
| +
|
| + window.onload = function () { runDecodingTest(url) };
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|