Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html class="reftest-wait">
<audio id=a src=1850453.flac controls></audio>
<script>
a.play();
a.onplaying = function() {
a.currentTime = 0.5;
}
a.onseeked = function () {
document.documentElement.removeAttribute("class")
}
</script>
</html>