upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / media / media-can-play-octet-stream-expected.txt
1 Test HTMLMediaElement canPlayType() method with "application/octet-stream".
2
3 ++ Test with <video> element.
4 EXPECTED (mediaElement.canPlayType('APPLICATION/octet-stream') == '') OK
5 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=theora') == '') OK
6 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=mp4') == '') OK
7
8 ++ Test with <audio> element.
9 EXPECTED (mediaElement.canPlayType('APPLICATION/octet-stream') == '') OK
10 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=theora') == '') OK
11 EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=mp4') == '') OK
12 END OF TEST
13