Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
audio.html
blob: 4ae0f3b8de104ac9b9ab565a6022e7e838c25f0f [
file
] [
log
] [
blame
]
<!--
@WIN-ALLOW:xml-roles*
@WIN-ALLOW:description*
-->
<!DOCTYPE html>
<html>
<body>
<audio
controls
>
<source
src
=
"sfx.mp3"
type
=
"audio/mpeg"
>
</audio>
</body>
</html>