1 Test HTMLMediaElement canPlayType() method with multiple .wav MIME types.
3 These tests may be expected to fail if the WebKit port does not support the format.
5 EXPECTED (audio.canPlayType('audio/wav') == 'maybe') OK
6 EXPECTED (audio.canPlayType('audio/x-wav') == 'maybe') OK
7 EXPECTED (audio.canPlayType('audio/wav; codecs=1') == 'probably') OK
8 EXPECTED (audio.canPlayType('audio/x-wav; codecs=1') == 'probably') OK