summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/embedded-content-rendering-rules/audio-controls-002.html
blob: 678ba7281ef4f3f65ce969dac869c3df5cda6039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>