1
    2
    3
    4
    5
    6
    7
    8
    9

fuchsia_web / webengine / test / data / can_play_vp8.html [blame]

<html>
  <head></head>
  <body>
    <script>
      document.title = 'can play vp8: ' +
          MediaSource.isTypeSupported('video/webm;codecs="vp8"');
    </script>
  </body>
</html>