blob: b06d99a9643406e600d6a7641bf79750efd5ef1b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>
Test FLAC Decoding
</title>
<script src="../../resources/audio-codec-test.js"></script>
<script src="../../resources/audit-util.js"></script>
<script src="../../resources/buffer-loader.js"></script>
<script src="../../resources/audio-file-utils.js"></script>
</head>
<body>
<script id="layout-test-code">
let url = 'flac-test.flac';
window.onload = function() {
runDecodingTest(url)
};
</script>
</body>
</html>