chromium/content/test/data/accessibility/html/audio.html

<!--
@UIA-WIN-ALLOW:LocalizedControlType=*
@WIN-ALLOW:localized_extended_role=*
@WIN-ALLOW:xml-roles*
@WIN-ALLOW:description*
@AURALINUX-ALLOW:xml-roles*
@AURALINUX-ALLOW:description*
@AURALINUX-ALLOW:horizontal
@AURALINUX-ALLOW:vertical
@AURALINUX-ALLOW:focus*
@WAIT-FOR:volume
-->
<!DOCTYPE html>
<html>
<body>
  <audio controls id="audio">
    <source src="sfx.mp3" type="audio/mpeg">
  </audio>
</body>
</html>