blob: ade40797b97ec4661e82a62fc601c3b27ad44d2d [file] [log] [blame]
<audio id="a"></audio>
<iframe id="i"></iframe>
<script>
var a = document.getElementById("a");
i.contentDocument.documentElement.appendChild(a);
i.remove();
a.play();
</script>