Add new access object callback
[framework/web/webkit-efl.git] / LayoutTests / media / media-can-play-mpeg-audio-expected.txt
1 Test HTMLMediaElement canPlayType() method with multiple audio mpeg MIME types.
2
3 These tests may be expected to fail if the WebKit port does not support the format.
4
5 EXPECTED (audio.canPlayType('audio/x-mpeg') == 'maybe') OK
6 EXPECTED (audio.canPlayType('audio/x-mp3') == 'maybe') OK
7 EXPECTED (audio.canPlayType('audio/mp3') == 'maybe') OK
8 EXPECTED (audio.canPlayType('audio/mpeg') == 'maybe') OK
9 EXPECTED (audio.canPlayType('audio/mp4') == 'maybe') OK
10 EXPECTED (audio.canPlayType('audio/aac') == 'maybe') OK
11 END OF TEST
12