1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

<!--
@WIN-ALLOW:description*
-->
<!DOCTYPE html>
<html>
<body>
  <video controls>
    <source src="test.mp4" type="audio/mpeg">
  </video>
</body>
</html>