blob: 678ba7281ef4f3f65ce969dac869c3df5cda6039 [file] [log] [blame]
<!DOCTYPE html>
<title>HTML audio with controls via Web APIs</title>
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules">
<link rel="mismatch" href="/common/blank.html">
<audio id="target"></audio>
<script>
document.body.offsetTop;
document.getElementById("target").setAttribute("controls", "");
</script>