1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20

content / test / data / accessibility / html / audio.html [blame]

<!--
@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>