Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / media-can-play-octet-stream-expected.txt
blobc865a348c604fc434f889b3cafff4e37eec44266
1 Test HTMLMediaElement canPlayType() method with "application/octet-stream".
3 These tests should always pass as no WebKit port should support "application/octet-stream".
5 ++ Test with <video> element.
6 EXPECTED (mediaElement.canPlayType('APPLICATION/octet-stream') == '') OK
7 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=theora') == '') OK
8 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=mp4') == '') OK
10 ++ Test with <audio> element.
11 EXPECTED (mediaElement.canPlayType('APPLICATION/octet-stream') == '') OK
12 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=theora') == '') OK
13 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=mp4') == '') OK
14 END OF TEST