Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/embedded-content-rendering-rules/audio-controls-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>HTML audio with controls via Web APIs</title>
<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>