blob: fe013903896015e7b96cc5b7edf57c8374bc7a62 [file] [log] [blame]
Test HTMLMediaElement canPlayType() method with multiple .wav MIME types.
These tests may be expected to fail if the WebKit port does not support the format.
EXPECTED (audio.canPlayType('audio/wav') == 'maybe') OK
EXPECTED (audio.canPlayType('audio/x-wav') == 'maybe') OK
EXPECTED (audio.canPlayType('audio/wav; codecs=1') == 'probably') OK
EXPECTED (audio.canPlayType('audio/x-wav; codecs=1') == 'probably') OK
END OF TEST