Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<body>
<audio id="test" src="ogg-skeleton-index-negative-time-denominator-release-assert.ogg"></audio>
<script>
const audio = document.getElementById("test");
audio.play().catch(() => {});
</script>
</body>
</html>