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